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
22748f1a2d
Convert samples/targets in ParserImageInTar to numpy arrays, slightly less mem usage for massive datasets. Add a few more se/eca model defs to resnet.py
2021-01-22 16:54:33 -08:00
..
parsers
Convert samples/targets in ParserImageInTar to numpy arrays, slightly less mem usage for massive datasets. Add a few more se/eca model defs to resnet.py
2021-01-22 16:54:33 -08:00
__init__.py
More dataset work including factories and a tensorflow datasets (TFDS) wrapper
2021-01-15 17:26:20 -08:00
auto_augment.py
…
config.py
…
constants.py
…
dataset_factory.py
More dataset work including factories and a tensorflow datasets (TFDS) wrapper
2021-01-15 17:26:20 -08:00
dataset.py
More dataset work including factories and a tensorflow datasets (TFDS) wrapper
2021-01-15 17:26:20 -08:00
distributed_sampler.py
…
loader.py
More dataset work including factories and a tensorflow datasets (TFDS) wrapper
2021-01-15 17:26:20 -08:00
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
…
transforms.py
…