xautodl/lib/nas_201_api/__init__.py

8 lines
271 B
Python
Raw Normal View History

2020-02-23 00:30:37 +01:00
#####################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019.08 #
#####################################################
from .api import NASBench201API
2019-11-10 14:46:02 +01:00
from .api import ArchResults, ResultsCount
2020-01-22 02:03:36 +01:00
NAS_BENCH_201_API_VERSION="v1.1"