Skip to content

Commit ea413fc

Browse files
committed
Update README.md
1 parent fe75d38 commit ea413fc

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ We have reorganized all validation images of the ILSVRC2012 ImageNet by their cl
3232
3333
## Evaluate
3434
35-
```python
36-
python3 verify.py --model [FairNAS_A|FairNAS_B|FairNAS_C] --device [cuda|cpu] --val-dataset-root [ILSVRC2012 root path] --pretrained-path [pretrained model path]
37-
```
35+
To evaluate,
36+
37+
python3 verify.py --model [FairNAS_A|FairNAS_B|FairNAS_C] --device [cuda|cpu] --val-dataset-root [ILSVRC2012 root path] --pretrained-path [pretrained model path]
38+
39+
40+
## Citation
41+
42+
Your kind citations are welcomed!
43+
44+
@article{chu2019fairnas,
45+
title={FairNAS: Rethinking Evaluation Fairness of Weight Sharing Neural Architecture Search},
46+
author={Chu, Xiangxiang and Zhang, Bo and Xu, Ruijun and Li, Jixiang},
47+
journal={arXiv preprint arXiv:1907.01845},
48+
url={https://arxiv.org/pdf/1907.01845.pdf},
49+
year={2019}
50+
}

0 commit comments

Comments
 (0)