spark-deep-learning
spark-deep-learning copied to clipboard
Info regarding training and tensorflow
I didn't understand how training works with SparkDeepLearning.
- 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?
- does SparkDL use Tensorflow to train the model? Can i use Tensorflow to train my model?