iuliaturc / detextify

Remove text from AI-generated images
MIT License
255 stars 21 forks source link

ExternalError: CUDNN error(3), CUDNN_STATUS_BAD_PARAM. #32

Closed jameswan closed 1 year ago

jameswan commented 1 year ago

I am able to install detextify.

When I attempt to execute it, this is the error I get:

   ExternalError: CUDNN error(3), CUDNN_STATUS_BAD_PARAM.
      [Hint: Please search for the error code(3) on website (https://docs.nvidia.com/deeplearning/cudnn/api/index.html#cudnnStatus_t) to get Nvidia's official solution and advice about CUDNN Error.] (at ../paddle/phi/kernels/gpu/batch_norm_kernel.cu:905)
      [operator < batch_norm > error]

This is my CUDA version: (detextify) C:\Users\James\Desktop\detextify>nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Mon_Oct_24_19:40:05_Pacific_Daylight_Time_2022 Cuda compilation tools, release 12.0, V12.0.76 Build cuda_12.0.r12.0/compiler.31968024_0

This is my PyTorch version:

import torch torch.version '1.13.1+cu117'

Has anyone overcome this error before?

azumukupoe commented 1 year ago

https://github.com/iuliaturc/detextify/issues/26#issuecomment-1467371152