train neural network with useParallel=no doesn't work
1 view (last 30 days)
Show older comments
Hello, I want to train several neural networks within a parfor loop. I tried with 'useParallel'='yes', but I get this warning:
Cannot perform computations on a parallel pool.
There is not an open parallel pool.
So I executed train command with 'useParallel'='no', option, but I still get the warning.
Why I'm getting this warning and how to avoid it?
0 Comments
Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!