databricks / spark-deep-learning

Deep Learning Pipelines for Apache Spark
https://databricks.github.io/spark-deep-learning
Apache License 2.0
1.99k stars 494 forks source link

Info regarding training and tensorflow #184

Open DragonBanana opened 5 years ago

DragonBanana commented 5 years ago

I didn't understand how training works with SparkDeepLearning. 1) i saw in the Databricks website that this is a library for single node training, so i was wondering if the training is computed by one node and, if yes, is there a way to train the model using multiple nodes? 2) does SparkDL use Tensorflow to train the model? Can i use Tensorflow to train my model?