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
e069249a2d
Add hf hub entries for laion2b clip models, add huggingface_hub dependency, update some setup/reqs, torch >= 1.7
2022-09-16 21:39:05 -07:00
..
parsers
Improve image extension handling, add methods to modify / get defaults.
Fix
#1335
fix
#1274
.
2022-07-07 14:23:20 -07:00
__init__.py
Improve image extension handling, add methods to modify / get defaults.
Fix
#1335
fix
#1274
.
2022-07-07 14:23:20 -07:00
auto_augment.py
Follow up to
#1256
, fix interpolation warning in auto_autoaugment as well
2022-06-21 14:56:53 -07:00
config.py
support test_crop_size in data config resolve
2022-07-02 15:17:05 -07:00
constants.py
Add hf hub entries for laion2b clip models, add huggingface_hub dependency, update some setup/reqs, torch >= 1.7
2022-09-16 21:39:05 -07:00
dataset_factory.py
Change set -> dict w/ None keys for dataset split synonym search, so always consistent if more than 1 exists.
Fix
#1224
2022-07-07 15:33:53 -07:00
dataset.py
…
distributed_sampler.py
…
loader.py
…
mixup.py
…
random_erasing.py
…
real_labels.py
…
tf_preprocessing.py
…
transforms_factory.py
…
transforms.py
use
Image.Resampling
namespace for PIL mapping (
#1256
)
2022-06-12 22:30:57 -07:00