NASLib
NASLib copied to clipboard
Units tests failing on commits
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.
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
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