cerndb / dist-keras

Distributed Deep Learning, with a focus on distributed training, using Keras and Apache Spark.
http://joerihermans.com/work/distributed-keras/
GNU General Public License v3.0
623 stars 169 forks source link

Sparse Vector -Usage #40

Open raviolli opened 6 years ago

raviolli commented 6 years ago

Hi there, I was going to create a Spars Vector Transformer but noticed you said that Sparse vectors don’t work at the moment. Can you describe in more details how come? and if it will ever be implemented? and is it difficult to implement?

Thanks,

JoeriHermans commented 6 years ago

It's actually a long time since I've tried it (a lot has changed during that time). However, if I recall correct, I'm using dense numpy vectors / matrices at a worker level.

Joeri