otx.algo.callbacks#

Module for OTX custom callbacks.

Modules

otx.algo.callbacks.adaptive_early_stopping

Callback for early stopping with warmup possibility.

otx.algo.callbacks.adaptive_train_scheduling

Callback to reschedule the validation interval adaptively.

otx.algo.callbacks.ema_mean_teacher

Module for exponential moving average for SemiSL mean teacher algorithm.

otx.algo.callbacks.gpu_mem_monitor

Monitor GPU memory hook.

otx.algo.callbacks.iteration_timer

Timer for logging iteration time for train, val, and test phases.

otx.algo.callbacks.unlabeled_loss_warmup

Module for defining hook for semi-supervised learning for classification task.