You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can sucesseful run CPU version, and when use gpu cudnn5.1 win10 , another matconvnet program runs well, but when I run FCN training with 'opts.train.gpus = [1]', the error code:
I use matlab2017a, matconvnet1.0beta23, cudnn5.1, windows10, thank you very much.
More about the debug info,
when the first time enter vl_nnconv(), the param_size 1x1x4096x21 gpuarray, runs well.
when seconed time enter vl_nnconv(), the param_size 1x1x4090x4096 gpuarray, runs failed, report error:
Error in fcnTrain (line 98)
info = cnn_train_dag(net, imdb, getBatchWrapper(bopts), ...
`
The text was updated successfully, but these errors were encountered:
P-Chao
changed the title
use GTX1070 and beta23, but report error: CUDA_ERROR_ILLEGAL_ADDRESS
when use GTX1070 and beta23, report error: CUDA_ERROR_ILLEGAL_ADDRESS
May 11, 2017
I can sucesseful run CPU version, and when use gpu cudnn5.1 win10 , another matconvnet program runs well, but when I run FCN training with 'opts.train.gpus = [1]', the error code:
I use matlab2017a, matconvnet1.0beta23, cudnn5.1, windows10, thank you very much.
More about the debug info,
when the first time enter vl_nnconv(), the param_size 1x1x4096x21 gpuarray, runs well.
when seconed time enter vl_nnconv(), the param_size 1x1x4090x4096 gpuarray, runs failed, report error:
`
cnn_train_dag: resetting GPU
ans =
CUDADevice with properties:
train: epoch 01: 1/565:Error using vl_nnconv
An error occurred during PTX compilation of .
The information log was:
The error log was:
The CUDA error code was: CUDA_ERROR_ILLEGAL_ADDRESS.
Error in dagnn.Conv/backward (line 21)
[derInputs{1}, derParams{1}, derParams{2}] = vl_nnconv(...
Error in dagnn.Layer/backwardAdvanced (line 120)
[derInputs, derParams] = obj.backward ...
Error in dagnn.DagNN/eval (line 117)
obj.layers(l).block.backwardAdvanced(obj.layers(l)) ;
Error in cnn_train_dag>processEpoch (line 217)
net.eval(inputs, params.derOutputs, 'holdOn', s < params.numSubBatches) ;
Error in cnn_train_dag (line 87)
[net, state] = processEpoch(net, state, params, 'train') ;
Error in fcnTrain (line 98)
info = cnn_train_dag(net, imdb, getBatchWrapper(bopts), ...
`
The text was updated successfully, but these errors were encountered: