You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: