CNN Performance: CPU Consistency vs. GPU Variance - Why?
Mostrar comentarios más antiguos
Hello everyone,
I have executed CNN code multiple times using rng(0) with CPU and consistently obtained the same result. However, when I attempted to accelerate the training process using the GPU, the results differed. Has anyone else faced this issue?
Thank you in advance!
Respuesta aceptada
Más respuestas (1)
Edric Ellis
el 23 de Nov. de 2023
0 votos
I'm not certain if it will make everything consistent, but note that random state on the GPU is controlled by the gpurng function.
1 comentario
Hamza
el 23 de Nov. de 2023
Categorías
Más información sobre Parallel and Cloud en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!