Files
ColossalAI/colossalai/nn/data/__init__.py
2021-10-28 18:21:23 +02:00

4 lines
117 B
Python

from .caltech101_dataset import Caltech101Dataset
from .cifar10_dataset import CIFAR10Dataset
from .sampler import *