Skip to content

Freezing when training NeuralNetworkGPU (async). #910

Open
@GorIvanov

Description

@GorIvanov

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions