Clear Filters
Clear Filters

neural net tool box GPU yield poor network solution results compared to CPU

1 view (last 30 days)
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.

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!