xautodl/lib/nas_102_api/__init__.py

8 lines
262 B
Python
Raw Normal View History

2019-11-15 07:15:07 +01:00
##################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 #
##################################################
2019-12-20 10:41:49 +01:00
from .api import NASBench102API
2019-11-10 14:46:02 +01:00
from .api import ArchResults, ResultsCount
NAS_BENCH_102_API_VERSION="v1.0"