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

Fix two grammatical mistakes in StyleText/README.md file #2312

Closed
wants to merge 134 commits into from

Conversation

GMYMingyu
Copy link

in StyleText/README.md file, there are two grammatical mistakes:

  1. 'Quick Start' part
    "Note 1: The language options is correspond to the corpus. Currently, the tool only supports English(en), Simplified Chinese(ch) and Korean(ko). -> " should be "options correspond to "
    Reason: correspond is a verb

  2. 'Batch synthesis' part - last paragraph
    "If the program exit unexpectedly" -> should be "If the program exits unexpectedly"
    Reason: the program is the third person singular

root and others added 30 commits February 1, 2021 09:31
[cherry-pick]fix typo for encode
[cherry-pick] fix divide zero error
[cherry-pick] Update requirements
[cherrp-pick]update rare dataset path
[cherry-pick] predict_rec support rare and fix rare export error
@littletomatodonkey
Copy link
Collaborator

你好,麻烦再整理下这个pr吧,改了太多东西了~

LDOUBLEV and others added 14 commits March 25, 2021 10:00
use pretrained_model for eval
When cv2.imwirte() saves ".gif", it will cause _error: (-2:Unspecified error) could not find a writer for the specified extension in function 'cv::imwrite_'_. We add an if statement to check whether the saving file format is ".gif" so as to avoid the error.
Fix the incompatibility of gif saving
fix cpp_infer bug about cannot find paddle_api.h when use 2.0.1 inference lib
@LDOUBLEV
Copy link
Collaborator

LDOUBLEV commented Apr 7, 2021

TODO LDOUBLEV: fix mkldnn bug when bach_size > 1 这个在计划之中了么? 何时能上线该功能?

用大于等于2.0版本的paddle没问题了

@LDOUBLEV
Copy link
Collaborator

LDOUBLEV commented Apr 7, 2021

请额外提PR修复,当前PR改动较多,考虑关闭

@LDOUBLEV LDOUBLEV closed this Apr 7, 2021
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

Successfully merging this pull request may close these issues.

None yet