jroesch commented on a change in pull request #7503:
URL: https://github.com/apache/tvm/pull/7503#discussion_r586193332
##########
File path: python/tvm/relay/frontend/tensorflow.py
##########
@@ -914,10 +914,11 @@ def _impl(inputs, attr, params, mod):
def _sparse_tensor_dense_matmul():
- # Sparse utility from scipy
- from scipy.sparse import csr_matrix
-
def _impl(inputs, attr, params, mod):
+ # Loading this by default causes TVM to not be loadable from other
languages.
Review comment:
There use to be a bad initialization error with SciPy I think this is
not out of date due to lack auto-initialization
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]