mirror of
https://github.com/open-mmlab/mmselfsup.git
synced 2025-06-03 14:59:38 +08:00
5 lines
135 B
Python
5 lines
135 B
Python
from .cifar import Cifar10, Cifar100
|
|
from .image_list import ImageList
|
|
from .imagenet import ImageNet
|
|
from .places205 import Places205
|