Skip to content

Commit

Permalink
Merge pull request #3 from BeachWang/main
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
xiuyu-sxy authored Sep 5, 2023
2 parents 419017d + 22a6982 commit 0050c7a
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/PreNAS.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ as confirmed by its superior performance when the code is released.

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

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

## Environment Setup

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

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

0 comments on commit 0050c7a

Please sign in to comment.