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