CrawlScript / tf_geometric

Efficient and Friendly Graph Neural Network Library for TensorFlow 1.x and 2.x
GNU General Public License v3.0
497 stars 91 forks source link

How to use GCN with TensorFlow 1.14? #49

Open Donek1 opened 1 year ago

Donek1 commented 1 year ago

How to use GCN with TensorFlow 1.14?

hujunxianligong commented 1 year ago

(1) Use tf 1.14 then enable eager execution with tf.enable_eager_execution() (2) Use TensorFlow 2.x (Recommended)