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

#How to use Dist-Keras with Pipeline Spark ? #71

Open ghost opened 6 years ago

ghost commented 6 years ago

As far as I know, if I want to use Pipeline for the purpose training data, I must determine stages and the last stage, I have to form the "Estimator" which specify how to train data and my question is "Can Dist-Keras helps to create a value which can apply to use with Pipeline spark?" Thank you!