TypeError: sparse_matrix_mul only takes keyword args (possible keys: ['a', 'b', 'name']). Please pass these args as kwargs instead

后端 未结 0 1956
渐次进展
渐次进展 2021-01-23 02:19

I am trying to do an element-wise multiplication of a sparse matrix with a dense tensor. It does works fine with * but I am trying to optimise my code and trying to

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