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
4002c0d4ce
Fix AutoAugment abs translate calc
2019-09-01 22:07:45 -07:00
..
__init__.py
Add initial sotabench attempt. Split create_transform out of create_loader. Update requirements.txt
2019-08-12 23:06:19 -07:00
auto_augment.py
Add note on random selection of magnitude value
2019-09-01 20:32:26 -07:00
config.py
…
constants.py
…
dataset.py
Add basic image folder style dataset to read directly out of tar files, example in validate.py
2019-07-25 10:51:03 -07:00
distributed_sampler.py
…
loader.py
More AutoAugment work. Ready to roll...
2019-09-01 16:55:42 -07:00
mixup.py
…
random_erasing.py
Add support to split random erasing blocks into randomly selected number with --recount arg. Fix random selection of aspect ratios.
2019-08-12 16:01:58 -07:00
tf_preprocessing.py
Add MixNet (
https://arxiv.org/abs/1907.09595
) with pretrained weights converted from Tensorflow impl
2019-07-25 11:42:01 -07:00
transforms.py
Fix AutoAugment abs translate calc
2019-09-01 22:07:45 -07:00