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
3bef09f831
Tweak a few docstrings
2024-11-13 10:12:31 -08:00
..
__init__.py
Add AttentionExtract helper module
2024-05-04 14:10:00 -07:00
agc.py
…
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
Cleanup some amp related behaviour to better support different (non-cuda) devices
2024-10-18 13:54:16 -07:00
decay_batch.py
Add bulk_runner script and updates to benchmark.py and validate.py for better error handling in bulk runs (used for benchmark and validation result runs). Improved batch size decay stepping on retry...
2022-07-18 18:04:54 -07:00
distributed.py
add npu support
2024-10-16 07:13:45 +00:00
jit.py
…
log.py
Reorg of utils into separate modules
2020-09-07 13:58:09 -07:00
metrics.py
…
misc.py
…
model_ema.py
…
model.py
Tweak a few docstrings
2024-11-13 10:12:31 -08:00
onnx.py
…
random.py
…
summary.py
…