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
e7a9ddf982
Merge pull request
#334
from kecsap/links
...
Follow symbolic links during dataset scanning
2021-01-04 10:30:58 -08:00
..
__init__.py
Final cleanup of mixup/cutmix. Element/batch modes working with both collate (prefetcher active) and without prefetcher.
2020-08-12 17:01:32 -07:00
auto_augment.py
…
config.py
…
constants.py
…
dataset.py
Merge pull request
#334
from kecsap/links
2021-01-04 10:30:58 -08:00
distributed_sampler.py
…
loader.py
…
mixup.py
More flexible mixup mode, add 'half' mode.
2020-09-07 20:03:06 -07:00
random_erasing.py
…
real_labels.py
Fix a bug with accuracy retrieving from RealLabels
2020-12-04 16:12:50 +01:00
tf_preprocessing.py
Remove some old __future__ imports
2021-01-03 11:24:16 -08:00
transforms_factory.py
More documentation updates, fix a typo
2020-08-05 15:59:31 -07:00
transforms.py
…