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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/874170/image.png)
댓글 수: 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!