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
…
..
__init__.py
Add AttentionExtract helper module
2024-05-04 14:10:00 -07:00
agc.py
Initial AGC impl. Still testing.
2021-02-15 23:22:44 -08:00
attention_extract.py
…
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
clip gradients with update
2023-04-19 23:36:20 -07:00
decay_batch.py
…
distributed.py
…
jit.py
…
log.py
…
metrics.py
Tweak accuracy topk safety.
Fix
#807
2021-08-19 14:18:53 -07:00
misc.py
…
model_ema.py
…
model.py
_orig_mod still causing issues even though I thought it was fixed in pytorch, add unwrap / clean helpers
2024-07-19 11:03:45 -07:00
onnx.py
Add support for dynamo based onnx export
2024-03-13 12:05:26 -07:00
random.py
Remove commented code, add more consistent seed fn
2021-04-12 09:51:36 -07:00
summary.py
…