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.
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!