You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
I know their are spark functions such as map,mapPartitions which executes tasks in different nodes but I am interested to know about the basic fundamental concepts.how dist-keras go about training and predicting in achieving parallelism ? In other words, does training and predictions of batches happens in different nodes simultaneously ? If so then how do they combine the final results ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I know their are spark functions such as map,mapPartitions which executes tasks in different nodes but I am interested to know about the basic fundamental concepts.how dist-keras go about training and predicting in achieving parallelism ? In other words, does training and predictions of batches happens in different nodes simultaneously ? If so then how do they combine the final results ?
The text was updated successfully, but these errors were encountered: