pytorch-image-models/timm/utils
Ross Wightman 4f49b94311 Initial AGC impl. Still testing. 2021-02-15 23:22:44 -08:00
..
__init__.py Initial AGC impl. Still testing. 2021-02-15 23:22:44 -08:00
agc.py Initial AGC impl. Still testing. 2021-02-15 23:22:44 -08:00
checkpoint_saver.py Fix #387 so that checkpoint saver works with max history of 1. Add checkpoint-hist arg to train.py. 2021-01-31 20:14:51 -08:00
clip_grad.py Initial AGC impl. Still testing. 2021-02-15 23:22:44 -08:00
cuda.py Initial AGC impl. Still testing. 2021-02-15 23:22:44 -08: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