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
528
stars
117
forks
source link
Issue with Running Predictor Experiments Due to Missing benchmarks Folder #180
I'm currently working on predictor experiments with NASLib and encountered a snag. I was trying to use the script /NASLib/scripts/predictors/run_nb101.sh, but it seems to need access to a benchmarks folder. However, this folder appears to be missing in the source code, specifically in the path NASLib/naslib/benchmarks/create_configs.py.
Could you please provide some guidance on how to set up or find this benchmarks folder? Any advice or direction towards the right documentation would be very much appreciated.
Hi,
I'm currently working on predictor experiments with NASLib and encountered a snag. I was trying to use the script /NASLib/scripts/predictors/run_nb101.sh, but it seems to need access to a benchmarks folder. However, this folder appears to be missing in the source code, specifically in the path NASLib/naslib/benchmarks/create_configs.py.
Could you please provide some guidance on how to set up or find this benchmarks folder? Any advice or direction towards the right documentation would be very much appreciated.
Thanks for your help!
Best, José Carreira