There is a multilayer perceptron implementation in Spark ML, but that's not what you're looking for. To parallelize model training developed using standard libraries like Keras, use Horovod from Uber. https://horovod.readthedocs.io/en/stable/spark_include.html
On Mon, Jul 13, 2020 at 6:59 AM Mukhtaj Khan <drmukh...@gmail.com> wrote: > > Dear Spark User > > I am trying to parallelize the CNN (convolutional neural network) model using > spark. I have developed the model using python and Keras library. The model > works fine on a single machine but when we try on multiple machines, the > execution time remains the same as sequential. > Could you please tell me that there is any built-in library for CNN to > parallelize in spark framework. Moreover, MLLIB does not have any support for > CNN. > Best regards > Mukhtaj > > > > --------------------------------------------------------------------- To unsubscribe e-mail: user-unsubscr...@spark.apache.org