naswot/datasets/__init__.py

6 lines
275 B
Python
Raw Normal View History

2020-06-03 13:59:01 +02:00
##################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 #
##################################################
from .get_dataset_with_transform import get_datasets, get_nas_search_loaders
from .SearchDatasetWrap import SearchDataset