-
Notifications
You must be signed in to change notification settings - Fork 0
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
latest tf_sparse only support tf2.*? #1
Comments
Yes. Currently tf_sparse only supports tf 2.x. We will consider to make it
compatible with tf 1.x in the future.
… Message ID: ***@***.***>
|
so also, tf_geometric only supports tf 2.x? So upset. |
I think if you're using tf 1.x with eager execution, you should upgrade to tf 2.x. |
You're right. But our seving system is using tf1.x, which cannot be destroyed by Artillery of Italy ,哈哈 |
tf_sparse/tf_sparse/sparse_matrix.py
Line 12 in d3066fb
As showed above, tensorflow.python.ops.linalg.sparse only exists in tf==2.* version,and there exists import error at tf_sparse here when using tf_geometric with tf=1.5.0
The text was updated successfully, but these errors were encountered: