|
from tensorflow.python.ops.linalg.sparse.sparse_csr_matrix_ops import sparse_tensor_to_csr_sparse_matrix, \ |
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