Does Neural Network Toolbox support CUDA ?

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 ?

Respuestas (1)

Amit Doshi
Amit Doshi el 4 de En. de 2018

0 votos

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 comentario

Jiajun Huang
Jiajun Huang el 5 de En. de 2018
Thanks for your reply. I think your answer is exactly what I needed.

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 2 de En. de 2018

Comentada:

el 5 de En. de 2018

Community Treasure Hunt

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

Start Hunting!