필터 지우기
필터 지우기

Does Neural Network Toolbox support CUDA ?

조회 수: 3 (최근 30일)
Jiajun Huang
Jiajun Huang 2018년 1월 2일
댓글: Jiajun Huang 2018년 1월 5일
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 ?

답변 (1개)

Amit Doshi
Amit Doshi 2018년 1월 4일
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
Jiajun Huang
Jiajun Huang 2018년 1월 5일
Thanks for your reply. I think your answer is exactly what I needed.

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

카테고리

Help CenterFile Exchange에서 通过并行计算和云进行深度学习에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!