Does MXNet Scala Support Sparse Matrix?

MXNet Python has API for Sparse Matrix operations.
How about MXNet Scala?
If it doesn’t, what are alternatives?

Hi Shengying,

We do not currently have Sparse Matrix support on Scala, you may have to manually change it from Sparse to normal NDArray in order to train on Scala. We also add this request into our TODO list.

Thanks,
Qing

1 Like