Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pine automatically replace ' to ‘ and -- with — #103

Open
VictorHe-1 opened this issue Jul 14, 2023 · 0 comments
Open

Pine automatically replace ' to ‘ and -- with — #103

VictorHe-1 opened this issue Jul 14, 2023 · 0 comments

Comments

@VictorHe-1
Copy link

I'm writing {'recall': 0.8281174771304767, 'precision': 0.7716464782413638, 'f-score': 0.7988852763585693}. But Pine will automatically replace 'recall' with ‘recall’. It's annoying. Besides that, when I was writing the following command:

paddle2onnx \
    --model_dir en_PP-OCRv3_rec_infer \
    --model_filename inference.pdmodel \
    --params_filename inference.pdiparams \
    --save_file en_PP-OCRv3_rec_infer.onnx \
    --opset_version 11 \
    --input_shape_dict="{'x':[-1,3,48,-1]}" \
    --enable_onnx_checker True

Pine will automatically replace two -- with , thus I may have —- rather than the original --.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant