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
/
parsers
History
Ross Wightman
bfc0dccb0e
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
class_map.py
…
img_extensions.py
Improve image extension handling, add methods to modify / get defaults.
Fix
#1335
fix
#1274
.
2022-07-07 14:23:20 -07:00
parser_factory.py
Improve image extension handling, add methods to modify / get defaults.
Fix
#1335
fix
#1274
.
2022-07-07 14:23:20 -07:00
parser_image_folder.py
Improve image extension handling, add methods to modify / get defaults.
Fix
#1335
fix
#1274
.
2022-07-07 14:23:20 -07:00
parser_image_in_tar.py
Improve image extension handling, add methods to modify / get defaults.
Fix
#1335
fix
#1274
.
2022-07-07 14:23:20 -07:00
parser_image_tar.py
Improve image extension handling, add methods to modify / get defaults.
Fix
#1335
fix
#1274
.
2022-07-07 14:23:20 -07:00
parser_tfds.py
Add commented code to increase open file limit via Python (for TFDS dataset building)
2021-11-30 17:02:27 -08:00
parser.py
…