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
So, I have a server app with NeuralNetworkGPU on a board.
Clients can connect and to train some data (doesn't matter).
When the second client starts training, the server freezes/stuck for a few seconds before actual training is runned (i mean before the callbacks passed to trainAsync is being called). After that few seconds I can see callbacks and the server is "unfrozen".
This happens only if GPU is used.
So, how to fix this for GPU training?
Will the more CPU cores speed up the training if I won’t use GPU?
The text was updated successfully, but these errors were encountered:
So, I have a server app with NeuralNetworkGPU on a board.
Clients can connect and to train some data (doesn't matter).
When the second client starts training, the server freezes/stuck for a few seconds before actual training is runned (i mean before the callbacks passed to trainAsync is being called). After that few seconds I can see callbacks and the server is "unfrozen".
This happens only if GPU is used.
So, how to fix this for GPU training?
Will the more CPU cores speed up the training if I won’t use GPU?
The text was updated successfully, but these errors were encountered: