tf.sparse.reshape(tf.sparse.split()) : TypeError: Input must be a SparseTensor

后端 未结 0 1882
离开以前
离开以前 2021-01-17 04:25

I am trying to convert a dense matrix to sparse matrix calcualtion on tensorflow. There is an error when trying to reshape after using tf.sparse.split(

相关标签:
回答
  • 消灭零回复
提交回复
热议问题