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

version of Tensorflow2 #187

Open
WuZhongSEU opened this issue Oct 9, 2020 · 5 comments
Open

version of Tensorflow2 #187

WuZhongSEU opened this issue Oct 9, 2020 · 5 comments

Comments

@WuZhongSEU
Copy link

Hello,this is a very good GNN approach, which is highly integrated.I wonder to know if there is a version of Tensorflow2.Thank you.

@simbadu1999
Copy link

几个tf1的函数修改一下就可以了,请问你知道怎么预处理新的数据集吗?

@YuQiao0303
Copy link

亲测有效:
将所有.py文件中的
import tensorflow as tf
改为:
import tensorflow.compat.v1 as tf
tf.disable_eager_execution()

Hello, I've tried the following way and it worked for my tensorflow2:

In all .py files, modify "import tensorflow as tf" into the following two lines:
import tensorflow.compat.v1 as tf
tf.disable_eager_execution()

@ratmcu
Copy link

ratmcu commented Apr 16, 2021

I created a pull request here for tf 2 : tkipf/keras-gcn#66

@banbsyip
Copy link

几个tf1的函数修改一下就可以了,请问你知道怎么预处理新的数据集吗?

有个数据问题想问下,如果有一条数据没有label,那怎么存储这个label呢?是null还是别的字符啊?这个问题搜了很久,没有找到答案

@simbadu1999
Copy link

simbadu1999 commented Jun 24, 2022 via email

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

5 participants