From 1a57decf65344d6215904cd2affd7b13392b8140 Mon Sep 17 00:00:00 2001 From: HamsterMimi Date: Sat, 23 Dec 2023 11:08:58 +0800 Subject: [PATCH] update --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 3167b40..676940f 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,21 @@ bash zerocostpt_darts_pipline.sh --metric [metric] --batch_size [batch_size] --s ## Reference Our code is based on [Zero-Cost-PT](https://github.com/zerocostptnas/zerocost_operation_score) and [Zero-Cost-NAS](https://github.com/SamsungLabs/zero-cost-nas). + + +## Cite + +If the code is found useful, we would appreciate it if our paper could be cited with the following Bibtex format + +``` +@inproceedings{ +jiang2023meco, +title={MeCo: Zero-Shot {NAS} with One Data and Single Forward Pass via Minimum Eigenvalue of Correlation}, +author={Tangyu Jiang and Haodi Wang and Rongfang Bie}, +booktitle={Thirty-seventh Conference on Neural Information Processing Systems}, +year={2023}, +url={https://openreview.net/forum?id=KFm2lZiI7n} +} +``` + +For any inquiries, bugs, and assistance on building and running the code, please contact me at jty@mail.bnu.edu.cn