From a37e99a057d4eeeffff364dfd9fd72abcfc74588 Mon Sep 17 00:00:00 2001 From: HamsterMimi Date: Sat, 6 May 2023 13:51:22 +0800 Subject: [PATCH] update --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 59b727a..3167b40 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,6 @@ cd exp_scripts bash zerocostpt_darts_pipline.sh --metric [metric] --batch_size [batch_size] --seed [seed] --space [s1-s4] ```` -You can run our Zero-Cost-PT with the following script: -``` -bash zerocostpt_nb201_pipeline.sh --seed [SEED] -``` ## 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).