Skip to content

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

Open
@VictorHe-1

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions