Skip to content

Commit 1bc63a0

Browse files
committed
Final version.
1 parent 3c70c39 commit 1bc63a0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ Then, you can train it just like the example network in `main.py`.
6161
Example architecture (picture from the original repository)
6262
![archtecture](./assets/architecture.png)
6363

64-
# Disclaimer<a id="note"></a>
64+
# Disclaimer
6565
Modified from [NASBench: A Neural Architecture Search Dataset and Benchmark](https://github.com/google-research/nasbench).
6666
*graph_util.py* and *model_spec.py* are directly copied from the original repo. Original license can be found [here](https://github.com/google-research/nasbench/blob/master/LICENSE).
6767

68+
<a id="note"></a>
6869
**Please note that this repo is only used to train one possible architecture in the search space, not to generate all possible graphs and train them.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name='nasbench_pytorch',
5-
version='0.5',
5+
version='1.0',
66
license='Apache License 2.0',
77
author='Romulus Hong, Gabriela Suchopárová',
88
packages=setuptools.find_packages()

0 commit comments

Comments
 (0)