mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
4 lines
167 B
Python
4 lines
167 B
Python
|
from .parser import Parser
|
||
|
from .parser_image_folder import ParserImageFolder
|
||
|
from .parser_image_tar import ParserImageTar
|
||
|
from .parser_in21k_tar import ParserIn21kTar
|