You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Can not import paddle core while this file exists: /usr/local/lib/python3.10/dist-packages/paddle/fluid/libpaddle.so
ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory
Could you please share the required dependencies or a colab notebook demonstrating how to convert paddle OCR model to pytorch version. A lightweight model which supports english language would be very helpful.
The text was updated successfully, but these errors were encountered:
Hi I am using the following code to convert the paddle model to pytorch model
!python converter/ch_ppocr_v3_rec_converter.py --src_model_path 'Models/ch_PP-OCRv3_rec_train'
Error: Can not import paddle core while this file exists: /usr/local/lib/python3.10/dist-packages/paddle/fluid/libpaddle.so
ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory
Could you please share the required dependencies or a colab notebook demonstrating how to convert paddle OCR model to pytorch version. A lightweight model which supports english language would be very helpful.
The text was updated successfully, but these errors were encountered: