mnrfit takes too long
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Runcong Kuang
el 7 de Nov. de 2022
Comentada: Runcong Kuang
el 13 de Jul. de 2023
It takes more than two weeks for a single run of mnrfit.
It just reaches 43/100 iter/iterLim in 'nominalFit' after 1.5 weeks.
I am running it on cpu.
When I pause, it's in the function 'nominalFit'.
n=240000 in my case.
To compare, fitcnet causes less than 1 second. Self-designed MLP with 'trainNetwork' costs 450 seconds.
I am pausing the mnrfit now and want to get the results from the first 43 iters.
Is it supposed to end earlier in some condition?
0 comentarios
Respuesta aceptada
Sai Pallav
el 13 de Jul. de 2023
Please refer to this stack exchange question which tackles a similar situation regarding speed. Furthur, I am adding a documentation of mnrfit, which might help you.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!