-
Notifications
You must be signed in to change notification settings - Fork 782
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
Nodes without feature #22
Comments
Hi Farshid, can you provide a more complete stack trace ? Thanks. |
Hi @vbapst
|
Hi Farshid, you cannot use a |
thank you. |
Alternatively it should be possible to just specify You will then find a similar problem when you feed the output of In practice, it is much more convenient to just put dummy zero node features in your input GraphsTuple. You can do is as easily as: |
@vbapst I used dummy features but I get below error. In my problem, the input graph has no feature (edges and nodes) but the output graph nodes and edges have one feature:
|
My nodes haven't feature in my problem and I used None for that purpose but I get below error when running my code:
AttributeError: 'NoneType' object has no attribute 'get_shape'
when I added popery to feature I can run it.
tnx
The text was updated successfully, but these errors were encountered: