Unchecking "Automatically create a parallel pool.." does not start the pool automatically anymore. This behaviour seems to be different from previous versions.
Running trainNetwork() starts parallel pool in Matlab 2023b even when options.ExecutionEnvironment = 'cpu'
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Artem Lensky
el 22 de Sept. de 2023
Comentada: Artem Lensky
el 26 de Sept. de 2023
It seems the behaviour of trainNetwork has changed. I have a for loop that performs a grid search of models' hyper-parameters. After updating to version 2023b, parallel pool is being started whenever trainNetwork is invoked. Is this a bug or trainNetwork behaviour changed?
6 comentarios
Respuesta aceptada
Artem Lensky
el 22 de Sept. de 2023
Editada: Artem Lensky
el 22 de Sept. de 2023
4 comentarios
Joss Knight
el 25 de Sept. de 2023
Experiment Manager can do an parameter sweep in whatever way you like, and the parameters can be anything you like, so rng seeds for instance.
Implementing a specific grid search algorithm (sweeping one parameter at a time) may require more manual intervention I'll admit. But you might still find it saves you time.
Más respuestas (0)
Ver también
Categorías
Más información sobre Parallel and Cloud en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!