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
cec70b6779
Merge pull request
#2225
from huggingface/small_things
...
Small things
2024-07-25 20:29:13 -07:00
..
_info
…
readers
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
__init__.py
…
auto_augment.py
Fix
#1713
missed assignement in 3-aug level fn, fix few other minor lint complaints in auto_augment.py
2023-03-11 14:32:23 -08:00
config.py
…
constants.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
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
Significant model refactor and additions:
2022-02-28 13:56:23 -08:00
imagenet_info.py
…
loader.py
Pass train-crop-mode to create_loader/transforms from train.py args
2024-01-24 16:19:02 -08: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
…
transforms.py
…