2020-02-23 00:30:37 +01:00
|
|
|
#####################################################
|
|
|
|
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019.08 #
|
2020-09-16 10:28:27 +02:00
|
|
|
#####################################################################
|
2020-09-17 13:00:08 +02:00
|
|
|
# This API will not be updated after 2020.09.16. #
|
|
|
|
# Please use our new API in NATS-Bench, which is #
|
2020-09-16 10:28:27 +02:00
|
|
|
# more efficient and contains info of more architecture candidates. #
|
|
|
|
#####################################################################
|
2020-06-30 11:05:38 +02:00
|
|
|
from .api_utils import ArchResults, ResultsCount
|
|
|
|
from .api_201 import NASBench201API
|
2020-01-10 14:19:58 +01:00
|
|
|
|
2020-03-10 09:08:56 +01:00
|
|
|
# NAS_BENCH_201_API_VERSION="v1.1" # [2020.02.25]
|
2020-03-15 12:50:17 +01:00
|
|
|
# NAS_BENCH_201_API_VERSION="v1.2" # [2020.03.09]
|
2020-06-30 11:05:38 +02:00
|
|
|
# NAS_BENCH_201_API_VERSION="v1.3" # [2020.03.16]
|
|
|
|
NAS_BENCH_201_API_VERSION="v2.0" # [2020.06.30]
|
2020-09-16 10:28:27 +02:00
|
|
|
|