How to fully utilize my CPU and GPU for running my code?

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.

답변 (1개)

Walter Roberson
Walter Roberson 2022년 1월 26일

0 개 추천

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.

댓글 수: 2

I believe the GPU is not fully utilized as well for the code. May I know how can I make it utilized fully?
I've tried 'UseGPU', true and this is the result. How can I make it fully utilize the GPU?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

질문:

2022년 1월 26일

댓글:

2022년 1월 26일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by