Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Sparse Tensor support in scala api #9656

Closed
ericvlognow opened this issue Feb 1, 2018 · 4 comments
Closed

Sparse Tensor support in scala api #9656

ericvlognow opened this issue Feb 1, 2018 · 4 comments

Comments

@ericvlognow
Copy link

The sparse tensor is supported in python api. is any plan to add the support in scala api also?

thanks

eric

@wellner
Copy link

wellner commented Feb 22, 2018

I'd second this request for support of sparse tensors/ndarrays in Scala. Thanks!

@lanking520
Copy link
Member

Sparse API is still in the queue of our TODO list. We will try to get this set of APIs release in the next few months. If you can't wait and would like to 'unlock' this feature to try on your own, please change it here:
https://github.com/apache/incubator-mxnet/blob/master/scala-package/macros/src/main/scala/org/apache/mxnet/SymbolMacro.scala#L60#L63
or here if you prefer type-checked api:
https://github.com/apache/incubator-mxnet/blob/master/scala-package/macros/src/main/scala/org/apache/mxnet/SymbolMacro.scala#L94#L98
Just allow 'sparse' as an accepted input. There is no guarantee that this API will fully worked as we haven't test that.

@mdespriee
Copy link
Contributor

interested as well, as this is key to our adoption of MXNet (we're heavy user of sparse computations)

@zachgk
Copy link
Contributor

zachgk commented Sep 20, 2019

Sparse Support was added in #15378

@zachgk zachgk closed this as completed Sep 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants