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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nasbench301 and Naslib inconsistent dependencies

zekikus opened this issue · comments

Hi,

I have been trying to set up NASLib for a few days. I am trying to run naslib/benchmarks/darts/runner.py. But get_darts_api function is trying to import nasbench301 library. Requirements.txt of the nasbench301 and naslib is inconsistent. For example: nasbench301 tries to install torch=1.5.0 while naslib tries to install torch=1.9.0. That's why I get an error when I try to run it. Can you help me solve this dependency problem? How should I edit the requirements.txt file?

Screenshot from 2021-11-07 20-49-36