Train Network using GPU with customlayer

조회 수: 2 (최근 30일)
Rui Xiang
Rui Xiang 2018년 4월 19일
댓글: Rui Xiang 2018년 5월 1일

Hi I wrote an custom layer which is about spherical CNN, but when I try it on GPU it returns this error messagee

 Error using trainNetwork (line 140)
Unexpected error calling cuDNN: CUDNN_STATUS_NOT_SUPPORTED.
 Caused by:
    Error using nnet.internal.cnngpu.reluBackward
    Unexpected error calling cuDNN: CUDNN_STATUS_NOT_SUPPORTED.

When I try CPU to train it, it works but very slow. How should I fix it? I can upload the code for my layer if needed.

Thanks:)

  댓글 수: 3
Joss Knight
Joss Knight 2018년 4월 28일
You would have to show us what your code is doing. Presumably you are passing invalid data out of layer and into the succeeding activation layer. You need to return a 4-D array of single precision values. Have you run checkLayer?
Rui Xiang
Rui Xiang 2018년 5월 1일
It is 4D array, and it can be runned under cpu. And my matlab is 2017b so it doesn't have the checklayer function.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by