You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/timm/utils
Ross Wightman 4ca52d73d8
Add separate set and update method to ModelEmaV2
4 years ago
..
__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. 4 years ago
checkpoint_saver.py
cuda.py
distributed.py
jit.py
log.py
metrics.py
misc.py
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. 4 years ago
model_ema.py Add separate set and update method to ModelEmaV2 4 years ago
summary.py