CNN Performance: CPU Consistency vs. GPU Variance - Why?
古いコメントを表示
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!
採用された回答
その他の回答 (1 件)
Edric Ellis
2023 年 11 月 23 日
0 投票
I'm not certain if it will make everything consistent, but note that random state on the GPU is controlled by the gpurng function.
カテゴリ
ヘルプ センター および File Exchange で Parallel and Cloud についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!