Training Time delay neural networks with Parallel and GPU Computing ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Abdelwahab Afifi
am 25 Feb. 2021
Bearbeitet: Abdelwahab Afifi
am 1 Mär. 2021
I’m trying to speed up the training of my 'timedelaynet' by using the GPU support that ÷ get from the parallel computing toolbox . Although I use the same network structure for both, when I compare the performance in case of CPU vs. GPU, CPU achieves better prtformance. and The training using GPU takes longer time than GPU. any explaination?
0 Kommentare
Akzeptierte Antwort
Anshika Chaurasia
am 1 Mär. 2021
Hi,
Performance of GPU code is dependent on the algorithm used, data size of the problem and the GPU hardware used. Significant performance gain over CPU is seen when the algorithm is computationally intensive and the data size is large enough.
Refer to the link given below to know why GPU not outperform CPU in some cases:
Hope it helps!
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!