D-X-Y / AutoDL-Projects

Automated deep learning algorithms implemented in PyTorch.
MIT License
1.57k stars 282 forks source link

Loading weights for NAS-Bench 201 #124

Closed sumegha1024 closed 2 years ago

sumegha1024 commented 2 years ago

Hi, I am using the newer version of the NAS bench 201 API - NAS-Bench-201-v1_1-096897.pth and am trying to reload model and weights based on the architecture index. The pth file doesn't contain the trained weight information.

In the description you mentioned that, "The latest benchmark file of NAS-Bench-201 (NAS-Bench-201-v1_1-096897.pth) can be downloaded from google drive.The files for model weight are too large (431G) and I need some time to upload it."

I am not able to find the corresponding uploaded files for model weight. Did you manage to upload them yet?

If not, should i use the older version [NAS-BENCH-201-4-v1.0-archive.tar] or would there be an issue with using the deprecated version to load model weights?

Thanks!

sumegha1024 commented 2 years ago

As a follow up I tried downloading the [NAS-BENCH-201-4-v1.0-archive.tar] file to get the weights but it says the url is not available.

shashankskagnihotri commented 1 year ago

Hi, is there an update on this?

sumegha1024 commented 1 year ago

If i remember correctly you need to use the newer NATS bench repository to access trained weights. https://github.com/D-X-Y/NATS-Bench

shashankskagnihotri commented 1 year ago

Perfect, thanks :)

D-X-Y commented 1 year ago

+1 Please refer to https://github.com/D-X-Y/NATS-Bench for the up-to-date model weights.