Add proper Sparse Tensor support for Tensorflow
Open
- Dominant language
- Scala
- Stars
- 1.5k
- Forks
- 315
- PR merge metrics
- No merged PRs in 30d
Description
Related to https://github.com/combust/mleap/pull/760.
We currently convert Sparse Tensor to Dense Tensor before calling tensorflow.
This behavior will cause memory issue and is ineffective.
Since Tensorflow also support Sparse Tensor, we should convert MLeap Sparse Tensor to TF Spare Tensor.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.