minhhoai1001 / ppocr-vietnamese

Apache License 2.0
0 stars 0 forks source link

OSError: (External) CUDNN error(9), CUDNN_STATUS_NOT_SUPPORTED #1

Open truong04 opened 2 months ago

truong04 commented 2 months ago

Lỗi khi chạy inference cả model detect và rec cùng 1 lúc bằng code này: !python tools/infer/predict_system.py \ --image_dir="./train_data/vietnamese/test_image/im1500.jpg" \ --det_model_dir="./inference/det_r50_sast_vn/" \ --det_algorithm="SAST" \ --rec_image_shape="3, 48, 320" \ --rec_model_dir="./inference/rec_ppocr_v3/" \ --rec_char_dict_path="./ppocr/utils/dict/vi_vietnam.txt" \ --vis_font_path="doc/fonts/vietnam-light.ttf" thì bị lỗi: OSError: (External) CUDNN error(9), CUDNN_STATUS_NOT_SUPPORTED. [Hint: 'CUDNN_STATUS_NOT_SUPPORTED'. The functionality requested is not presently supported by cuDNN. ] (at /paddle/paddle/phi/kernels/fusion/gpu/fused_conv2d_add_act_kernel.cu:610) [operator < fused_conv2d_add_act > error] mong chủ repo giúp em với ạ, em cảm ơn.

minhhoai1001 commented 2 months ago

Bạn kham khảo bên này thử. Lâu rồi mình cũng ko chạy với PPORC nên không biết cách fix. https://github.com/PaddlePaddle/PaddleOCR/issues/9545