Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Units tests failing on commits #165

Open
JamesKing76 opened this issue Feb 26, 2023 · 2 comments
Open

Units tests failing on commits #165

JamesKing76 opened this issue Feb 26, 2023 · 2 comments
Assignees

Comments

@JamesKing76
Copy link

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
Copy link

eolweus commented Mar 1, 2023

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

@abhash-er abhash-er self-assigned this Mar 22, 2023
@lazybuttrying
Copy link

lazybuttrying commented Jun 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants