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
3bef09f831
Tweak a few docstrings
2024-11-13 10:12:31 -08:00
..
_info
…
readers
Add trust_remote_code argument to ReaderHfds
2024-11-08 08:16:36 -08:00
__init__.py
…
auto_augment.py
Tweak a few docstrings
2024-11-13 10:12:31 -08:00
config.py
Add
in_chans
to data config helper.
Fix
#2021
2023-11-23 12:44:59 -08:00
constants.py
…
dataset_factory.py
…
dataset_info.py
…
dataset.py
Fix pass through of input / target keys so ImageDataset readers so args work with hfds instead of just hfids (iterable)
2024-07-17 10:11:46 -07:00
distributed_sampler.py
…
imagenet_info.py
…
loader.py
fix device check
2024-10-17 12:38:02 +00:00
mixup.py
Replace deprecated NumPy aliases of builtin types
2023-07-03 22:24:25 +03:00
random_erasing.py
…
real_labels.py
…
tf_preprocessing.py
Add crop_mode for pretraind config / image transforms. Add support for dynamo compilation to benchmark/train/validate
2022-12-05 10:21:34 -08:00
transforms_factory.py
Tweak a few docstrings
2024-11-13 10:12:31 -08:00
transforms.py
…