We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
lgraph = [... sequenceInputLayer([64 5 1], "MinLength",4) % convolution2dLayer([3,3],1) % If include this conv2d layer cause % ERROR CUDNN_STATUS_EXECUTION_FAILED flattenLayer gruLayer(16) fullyConnectedLayer(16) fullyConnectedLayer(2) softmaxLayer classificationLayer ]
If include convolution2dLayer will throw ERROR: Unexpected error calling cuDNN: CUDNN_STATUS_EXECUTION_FAILED
convolution2dLayer
lgraph = [... sequenceInputLayer([64 5 1], "MinLength",4) sequenceFoldingLayer('Name','fold') convolution2dLayer([3,3],1) sequenceUnfoldingLayer('Name','unfold') flattenLayer gruLayer(16) fullyConnectedLayer(16) fullyConnectedLayer(2) softmaxLayer classificationLayer ] lgraph = connectLayers(lgraph,'fold/miniBatchSize','unfold/miniBatchSize');
I try to add sequenceFoldingLayer and sequenceUnfoldingLayer, the ERROR still exists. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If include
convolution2dLayer
will throw ERROR:Unexpected error calling cuDNN: CUDNN_STATUS_EXECUTION_FAILED
I try to add sequenceFoldingLayer and sequenceUnfoldingLayer, the ERROR still exists.
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: