This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
pytorch-image-models
Watch
1
Star
0
Fork
0
You've already forked pytorch-image-models
mirror of
https://github.com/huggingface/pytorch-image-models.git
synced
2025-06-03 15:01:08 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
pytorch-image-models
/
timm
/
utils
History
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
…
jit.py
…
log.py
…
metrics.py
Fix topn metric view regression on PyTorch 1.7
2020-10-29 14:04:15 -07:00
misc.py
…
model_ema.py
Add separate set and update method to ModelEmaV2
2020-12-03 10:05:09 -08: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
summary.py
…