awslabs / keras-apache-mxnet

[DEPRECATED] Amazon Deep Learning's Keras with Apache MXNet support
https://github.com/awslabs/keras-apache-mxnet/wiki
Other
290 stars 65 forks source link

Add documentation on using the prepare_sliced_sparse_data API #184

Closed kalyc closed 5 years ago

kalyc commented 5 years ago

Summary

We added prepare_sliced_sparse_data API for being able to slice the sparse training data as MXNet doesn't support reshape Adding documentation to help users use the API

Related Issues

https://github.com/awslabs/keras-apache-mxnet/pull/170

PR Overview