torch / torch7

http://torch.ch
Other
8.97k stars 2.38k forks source link

disable cudnn torch lua #1101

Open vitiennam opened 6 years ago

vitiennam commented 6 years ago

Hi everyone,

I am running code with torch lua and it have problem with: Error in CuDNN: CUDNN_STATUS_INTERNAL_ERROR With python I just disable cudnn via: torch.backends.cudnn.enabled = False but with lua I cannot find the fucntion to disable it. I try to resize batchSize to 16 with 1 GPU but it still error.

Please help me!