Does Keras 1.0 support scipy sparse matrices?

戏子无情 提交于 2019-12-10 17:13:45

问题


I can't find a definitive answer on whether keras supports scipy sparse matrices as training / testing vectors. I've read this link, which seems to imply that it doesn't https://www.kaggle.com/c/walmart-recruiting-trip-type-classification/forums/t/18154/training-neural-network-with-scipy-sparse-matrix. This PR seems to imply that it does, though https://github.com/fchollet/keras/pull/1886. The docs don't state explicitly -- could someone shed some light?

Thanks

来源:https://stackoverflow.com/questions/36803689/does-keras-1-0-support-scipy-sparse-matrices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!