Closed JackFram closed 3 years ago
It is because that you did not download the benchmark file. See here, you need to download NAS-Bench-201-v1_1-096897.pth
and put it into ${TORCH_HOME}
.
In addition, the NAS-Bench-201 has been upgraded to NATS-Bench
, and it is suggested to use the BOHB script in NATS-Bench: https://github.com/D-X-Y/AutoDL-Projects/blob/main/exps/NATS-algos/bohb.py#L8
In short, three key difference for your target experiment are:
API
-- faster and more robustCool, my mistake, I ran REA instead of BOHB and there is a line in the code indicating not implemented yet. Anyway, during the traceback, it seems still to be a nas bench API location problem. Appreciated!
No problem~ I should print more informative debug info.
Appreciated for your great work!
Which Algorithm REA for NAS-Bench-201
Describe the Question when running
bash ./scripts-search/NAS-Bench-201-algos/BOHB.sh cifar10 -1
the erroroccurred, any workaround?