NASLib icon indicating copy to clipboard operation
NASLib copied to clipboard

Units tests failing on commits

Open JamesKing76 opened this issue 2 years ago • 2 comments
trafficstars

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.

JamesKing76 avatar Feb 26 '23 14:02 JamesKing76

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

eolweus avatar Mar 01 '23 15:03 eolweus

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

  • branch: Develop.
  • Window11
  • python3.9
  • torch 1.13

lazybuttrying avatar Jun 05 '23 06:06 lazybuttrying