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

AssertionError: Invalid type <class 'NoneType'> for key layer_edge_indices_dir; valid types = {<class 'tuple'>, <class 'int'>, <class 'float'>, <class 'bool'>, <class 'list'>, <class 'str'>} #49

Open
PaintingProgrammer opened this issue Apr 16, 2024 · 1 comment

Comments

@PaintingProgrammer
Copy link

When I use yacs=0.1.8, I get an error KeyError: 'non-key config key: train.mode'
When I use yacs==0.1.6, I get an error AssertionError: Invalid type <class 'NoneType'> for key layer_edge_indices_dir; valid types = {<class 'tuple'>, <class 'int'>, <class 'float'>, <class 'bool'>, <class 'list'>, <class 'str'>}
I hope you can help to solve it

@jiaqingxie
Copy link

I think it's not part of a severe error since with this error the program would be still running. For me I think its bot too important during the training process. You could still get the correct result.

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

2 participants