You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TrainingConfig.log_dir can be set to None to disable TensorBoard.
Added an attribute print_freq to the distiller to control the frequency of logging.
Added a new argument num_steps to the train method of the distiller. If num_steps is specified, the distiller will ignore num_epochs and allow an unknown-size dataloader (i.e., which has no __len__ attribute).
Added a new argument batch_postprocessor to the train method of the distiller to allow post-processing of batches.