update NAS-Bench-201 status

This commit is contained in:
D-X-Y
2020-02-26 08:09:43 +11:00
parent e0f131caac
commit 8b6df42f1f
3 changed files with 7 additions and 6 deletions

View File

@@ -4,4 +4,4 @@
from .api import NASBench201API
from .api import ArchResults, ResultsCount
NAS_BENCH_201_API_VERSION="v1.1"
NAS_BENCH_201_API_VERSION="v1.1" # [2020.02.25]

View File

@@ -3,8 +3,8 @@
############################################################################################
# NAS-Bench-201: Extending the Scope of Reproducible Neural Architecture Search, ICLR 2020 #
############################################################################################
# NAS-Bench-201-v1_0-e61699.pth : 6219 architectures are trained once, 1621 architectures are trained twice, 7785 architectures are trained three times. `LESS` only supports CIFAR10-VALID.
#
# [2020.02.25] NAS-Bench-201-v1_0-e61699.pth : 6219 architectures are trained once, 1621 architectures are trained twice, 7785 architectures are trained three times. `LESS` only supports CIFAR10-VALID.
# [2020.03.08] Next version (coming soon)
#
#
import os, sys, copy, random, torch, numpy as np