Skip to content

Commit 0050c7a

Browse files
authored
Merge pull request #3 from BeachWang/main
fix readme
2 parents 419017d + 22a6982 commit 0050c7a

File tree

6 files changed

+43
-3
lines changed

6 files changed

+43
-3
lines changed

.idea/.gitignore

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/PreNAS.iml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ as confirmed by its superior performance when the code is released.
66

77
>Wang H, Ge C, Chen H and Sun X. PreNAS: Preferred One-Shot Learning Towards Efficient Neural Architecture Search. ICML 2023.
88
9-
Paper link: [Arxiv](https://arxiv.org/abs/2304.14636)
9+
Paper link: [arXiv](https://arxiv.org/abs/2304.14636)
1010

1111
## Overview
1212
<br>
@@ -19,7 +19,7 @@ advance selected architectures from the zero-cost search.
1919

2020
## Environment Setup
2121

22-
To set up the enviroment you can easily run the following command:
22+
To set up the environment you can easily run the following command:
2323
```buildoutcfg
2424
conda create -n PreNAS python=3.7
2525
conda activate PreNAS
@@ -55,7 +55,7 @@ The code was run on 8 x 80G A100.
5555

5656
If PreNAS is useful for you, please consider to cite it. Thank you! :)
5757
```bibtex
58-
@InProceedings{AutoFormer,
58+
@InProceedings{PreNAS,
5959
title = {PreNAS: Preferred One-Shot Learning Towards Efficient Neural Architecture Search},
6060
author = {Wang, Haibin and Ge, Ce and Chen, Hesen and Sun, Xiuyu},
6161
booktitle = {International Conference on Machine Learning (ICML)},

0 commit comments

Comments
 (0)