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
/
data
History
Ross Wightman
e2073e32d0
Move NaFlexCollate with dataset, remove stand alone collate_fn and remove redundancy
2025-04-29 10:44:46 -07:00
..
_info
…
readers
Fix typos
2025-01-19 13:39:40 -08:00
__init__.py
Add loss scale arg, initial distributed loss scale. Maybe fix FX for the model.
2025-04-08 20:47:57 -07:00
auto_augment.py
Fix typos
2025-01-19 13:39:40 -08:00
config.py
…
constants.py
…
dataset_factory.py
…
dataset_info.py
…
dataset.py
…
distributed_sampler.py
…
imagenet_info.py
Fix typos
2025-01-19 13:39:40 -08:00
loader.py
Add half-precision (bfloat16, float16) support to train & validate scripts. Should push dtype handling into model factory / pretrained load at some point...
2025-01-07 10:25:14 -08:00
mixup.py
…
naflex_dataset.py
Move NaFlexCollate with dataset, remove stand alone collate_fn and remove redundancy
2025-04-29 10:44:46 -07:00
naflex_loader.py
Move NaFlexCollate with dataset, remove stand alone collate_fn and remove redundancy
2025-04-29 10:44:46 -07:00
naflex_transforms.py
Add naflex loader support to validate.py, fix bug in naflex pos embed add, classic vit weight loading for naflex model
2025-04-25 16:00:54 -07:00
random_erasing.py
…
real_labels.py
…
tf_preprocessing.py
…
transforms_factory.py
Add naflex loader support to validate.py, fix bug in naflex pos embed add, classic vit weight loading for naflex model
2025-04-25 16:00:54 -07:00
transforms.py
…