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
/
readers
History
Ross Wightman
d1bfa9a000
Support HF datasets and TFSD w/ a sub-path by fixing split,
fix
#1598
... add class mapping support to HF datasets in case class label isn't in info.
2022-12-22 21:34:13 -08:00
..
__init__.py
…
class_map.py
Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models
2022-12-06 15:00:06 -08:00
img_extensions.py
…
reader_factory.py
Support HF datasets and TFSD w/ a sub-path by fixing split,
fix
#1598
... add class mapping support to HF datasets in case class label isn't in info.
2022-12-22 21:34:13 -08:00
reader_hfds.py
Support HF datasets and TFSD w/ a sub-path by fixing split,
fix
#1598
... add class mapping support to HF datasets in case class label isn't in info.
2022-12-22 21:34:13 -08:00
reader_image_folder.py
…
reader_image_in_tar.py
…
reader_image_tar.py
…
reader_tfds.py
Switch TFDS dataset to use INTEGER_ACCURATE jpeg decode by default
2022-12-05 10:21:34 -08:00
reader_wds.py
…
reader.py
…
shared_count.py
…