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
e9f1376cde
Cleanup resolve data config fns, add 'model' variant that takes model as first arg, make 'args' arg optional in original fn
2023-01-20 14:47:55 -08:00
..
readers
Support HF datasets and TFSD w/ a sub-path by fixing split,
fix
#1598
... add class mapping support to HF datasets in case class label isn't in info.
2022-12-22 21:34:13 -08:00
__init__.py
Cleanup resolve data config fns, add 'model' variant that takes model as first arg, make 'args' arg optional in original fn
2023-01-20 14:47:55 -08:00
auto_augment.py
Remove print from auto_augment
2022-12-28 17:11:35 -08:00
config.py
Cleanup resolve data config fns, add 'model' variant that takes model as first arg, make 'args' arg optional in original fn
2023-01-20 14:47:55 -08:00
constants.py
…
dataset_factory.py
Support HF datasets and TFSD w/ a sub-path by fixing split,
fix
#1598
... add class mapping support to HF datasets in case class label isn't in info.
2022-12-22 21:34:13 -08:00
dataset.py
…
distributed_sampler.py
…
loader.py
…
mixup.py
…
random_erasing.py
…
real_labels.py
…
tf_preprocessing.py
…
transforms_factory.py
Add 3-Augment support to auto_augment.py, clean up weighted choice handling, and allow adjust per op prob via arg string
2022-12-10 16:25:50 -08:00
transforms.py
…