-
Notifications
You must be signed in to change notification settings - Fork 180
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
AttributeError: 'GraphTensor' object has no attribute 'values' #1
Comments
Indeed the examples directory still has the old syntax, and is also partly missing. We are finishing to update some parts of the library and graph sampler, and then we will work on examples. I'll leave the issue open for now. |
This is work-in-progress PiperOrigin-RevId: 490568638
This is work-in-progress PiperOrigin-RevId: 491067724
as open-sourced. This fixes issue #1 PiperOrigin-RevId: 519131081
as open-sourced. This fixes issue #1 PiperOrigin-RevId: 519131081
as open-sourced. This fixes issue #1 PiperOrigin-RevId: 519715853
TF-GNN has a number of good Colab tutorials for a while now. The reported file |
PiperOrigin-RevId: 554228876
PiperOrigin-RevId: 554245683
It looks like this example file uses an older syntax for GraphTensor and might need to be updated:
Specifically this line contains the attribute 'values'
The text was updated successfully, but these errors were encountered: