Upgrade API of NAS-Bench-201
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#####################################################
|
||||
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019.08 #
|
||||
#####################################################
|
||||
# [2020.03.09] Upgrade to v1.2
|
||||
import os
|
||||
from setuptools import setup
|
||||
|
||||
@@ -12,7 +13,7 @@ def read(fname='README.md'):
|
||||
|
||||
setup(
|
||||
name = "nas_bench_201",
|
||||
version = "1.1",
|
||||
version = "1.2",
|
||||
author = "Xuanyi Dong",
|
||||
author_email = "dongxuanyi888@gmail.com",
|
||||
description = "API for NAS-Bench-201 (a benchmark for neural architecture search).",
|
||||
|
Reference in New Issue
Block a user