Effacer les filtres
Effacer les filtres

Does Neural Network Toolbox support CUDA ?

3 vues (au cours des 30 derniers jours)
Jiajun Huang
Jiajun Huang le 2 Jan 2018
Commenté : Jiajun Huang le 5 Jan 2018
I am using Neural Network Toolbox to train some simple model now without Nvidia graphic card support. If I add a Nvidia graphic card in my computer and install the corresponding CUDA software, can it accelerate my training process ?

Réponses (1)

Amit Doshi
Amit Doshi le 4 Jan 2018
Hello Jiajun,
If you have Parallel Computing Toolbox, you can train a convolutional neural network (CNN, ConvNet) using the trainNetwork function. You can choose the execution environment (CPU, GPU, multi-GPU, and parallel) using trainingOptions.
Refer the below link:
  1 commentaire
Jiajun Huang
Jiajun Huang le 5 Jan 2018
Thanks for your reply. I think your answer is exactly what I needed.

Connectez-vous pour commenter.

Catégories

En savoir plus sur 通过并行计算和云进行深度学习 dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!