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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Artem Lensky
am 22 Sep. 2023
Kommentiert: Artem Lensky
am 26 Sep. 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 Kommentare
Akzeptierte Antwort
Artem Lensky
am 22 Sep. 2023
Bearbeitet: Artem Lensky
am 22 Sep. 2023
4 Kommentare
Joss Knight
am 25 Sep. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Parallel and Cloud finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!