Implementation in Tensorflow 1.15 #178
Unanswered
arxidinakbar
asked this question in
Q&A
Replies: 1 comment
-
If you don't want to use Input layers I think you need to enable eager execution manually in TF 1.15. Are you having any specific problem with the model? Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm planning to use GAT layers on my own dataset, where implement in Tensorflow1.15's Graph without Keras API due to project needed.
The Input nodes are given in shape [2, N, 128], corresponding Adjacency matrices are [2, N, N].
I wanna know how should I use GraphAttention's batch mode without Keras 'Input'.
So, is it correct as below directly feeding the data.
I'm aware of old version don't maintain any more, so I'm wondering is it still functional?
Best luck,
Beta Was this translation helpful? Give feedback.
All reactions