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

Units tests failing on commits #165

Open JamesKing76 opened 1 year ago

JamesKing76 commented 1 year ago

I have been attempting to use the library recently but I have noticed all the unit tests fail and have done for a for all the commits I have checked. I have also tried the tutorial and some of the methods but the same errors that the unit tests come up. Do you know what the last commit for the library is? I think the errors mainly originate in the graph construction when I try and debug.

eolweus commented 1 year ago

I have the same problem! For me the demo.py file doesn't run but results in an error with the shape of the matrix

lazybuttrying commented 1 year ago

I have the same problem as @eolweus on demo.py But when I ran the file of ./examples/run_darts.py, just added config.save_arch_weights = True, It goes well. I guess the trouble is caused by SimpleCellSearchSpace() and also default config must have save_arch_weights attribute...

+) I just changed search space to NasBench201SearchSpace for less heavy search then NasBench301SearchSpace