Torch-Encoding-Layer icon indicating copy to clipboard operation
Torch-Encoding-Layer copied to clipboard

CUDNN_STATUS_INTERNAL_ERROR error lua torch

Open vitiennam opened this issue 6 years ago • 1 comments

Hi,

I try to run this project and have problem with cudnn: torch/install/share/lua/5.1/cudnn/init.lua:145: Error in CuDNN: CUDNN_STATUS_INTERNAL_ERROR

this is my input: th main.lua -retrain resnet-50.t7 -ft true -netType encoding -nCodes 32 -dataset minc -data minc/ -nClasses 23 -batchSize 16 -nGPU 1 -multisize true -LR 0.05

I use Cuda 8, cudnn 6

Please help me

vitiennam avatar Nov 12 '17 07:11 vitiennam

Hi @kimchicanh , it looks like the problem is from Torch instead of my package. Please report this bug in Torch cudnn repository https://github.com/soumith/cudnn.torch

zhanghang1989 avatar Nov 12 '17 18:11 zhanghang1989