neural net tool box GPU yield poor network solution results compared to CPU
Afficher commentaires plus anciens
I have been (slowly) training a net (45-1) with the trainlm function. The results were EXCELLENT (very very good regression, very low errors on histogram) However this was taking 35+ hours to train the net. I bought the parallel computing toolkit, and an Nvidia 1080TI GPU and re trained the exact same net with the exact same data, and the results are quite poor. (but much much faster, like 1 minute) I see that the GPU dose not support trainlm, but instead switches to the trainscg function. I have varied the parameters net.trainParam.sigma = 5.0e-7 net.trainParam.lambda = 5.0e-9 but I still get very poor results. Can you guide me as to how I can get the good results I was getting with trainlm? Thank you.
Réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!