Effacer les filtres
Effacer les filtres

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

3 vues (au cours des 30 derniers jours)
Ng Yong Jie
Ng Yong Jie le 26 Jan 2022
Commenté : Ng Yong Jie le 26 Jan 2022
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.

Réponses (1)

Walter Roberson
Walter Roberson le 26 Jan 2022
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 commentaires
Ng Yong Jie
Ng Yong Jie le 26 Jan 2022
I believe the GPU is not fully utilized as well for the code. May I know how can I make it utilized fully?
Ng Yong Jie
Ng Yong Jie le 26 Jan 2022
I've tried 'UseGPU', true and this is the result. How can I make it fully utilize the GPU?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by