How to fully utilize my CPU and GPU for running my code?
2 ビュー (過去 30 日間)
古いコメントを表示
I am running autoencoder with 10,000 neurons in the hidden layer and it takes very long time for the training. When I checked the task manager and seems like the CPU is not fully utilized.
0 件のコメント
回答 (1 件)
Walter Roberson
2022 年 1 月 26 日
When you use 'UseGPU', true then autoencoder trains only on the GPU, with the CPU being used only to manage the training.
You cannot configure to train on both the GPU and the CPU simultaneously.
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!