Resolved! How can I scale my neural network with spark? I'm building a fully connected tensorflow.keras model.
- 1254 Views
- 1 replies
- 0 kudos
Latest Reply
With Spark, there are a few ways you can scale your model: TrainingHyperparameter tuningInferenceIf you're looking to train one model across multiple workers, you can leverage Horovod. It's an open source project designed to simplify distributed neur...
- 0 kudos