Does Neural Network Toolbox support CUDA ?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 ?
0 Kommentare
Antworten (1)
Amit Doshi
am 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:
Siehe auch
Kategorien
Mehr zu 图像深度学习 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!