pytorch-image-models/timm/utils
Ross Wightman 4ca52d73d8 Add separate set and update method to ModelEmaV2 2020-12-03 10:05:09 -08:00
..
__init__.py Add back old ModelEma and rename new one to ModelEmaV2 to avoid compat breaks in dependant code. Shuffle train script, add a few comments, remove DataParallel support, support experimental torchscript training. 2020-11-29 16:22:19 -08:00
checkpoint_saver.py Reorg of utils into separate modules 2020-09-07 13:58:09 -07:00
cuda.py Add Adafactor and Adahessian optimizers, cleanup optimizer arg passing, add gradient clipping support. 2020-10-09 17:24:43 -07:00
distributed.py Reorg of utils into separate modules 2020-09-07 13:58:09 -07:00
jit.py Reorg of utils into separate modules 2020-09-07 13:58:09 -07:00
log.py Reorg of utils into separate modules 2020-09-07 13:58:09 -07:00
metrics.py Fix topn metric view regression on PyTorch 1.7 2020-10-29 14:04:15 -07:00
misc.py Reorg of utils into separate modules 2020-09-07 13:58:09 -07:00
model.py Add back old ModelEma and rename new one to ModelEmaV2 to avoid compat breaks in dependant code. Shuffle train script, add a few comments, remove DataParallel support, support experimental torchscript training. 2020-11-29 16:22:19 -08:00
model_ema.py Add separate set and update method to ModelEmaV2 2020-12-03 10:05:09 -08:00
summary.py Reorg of utils into separate modules 2020-09-07 13:58:09 -07:00