automl / NASLib

NASLib is a Neural Architecture Search (NAS) library for facilitating NAS research for the community by providing interfaces to several state-of-the-art NAS search spaces and optimizers.
Apache License 2.0
512 stars 117 forks source link

How to use NB301? #140

Open emreds opened 1 year ago

emreds commented 1 year ago

Hello,

I was trying to use NasBenchmark301 based on the example notebook here there are lots of dependency incompatibilities with the NASLib.

It also requires certain branch of Auto-PyTorch and Auto-Pytorch also has incompatibility issues with the NASLib.

Following the another reference in the NASLib's readme I reached the nas-bench-x11 repository and it has also some incompatibility issues.

My question is, what is the suggested and proper way to use NB301 benchmarks?

Based on that we are planning to develop a surrogate model for a task.

Thank you in advance,