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

拼写错误 #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/glyce_hyper_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ font_channels | the number of fonts insert into the CNN channels. If random_font
font_name | the font name of the form "CJK/NotoSansCJKscReguar.otf" is valid only when font_channels=1 | - | str
font_size | size of script image | 18 | int
num_fonts_concat | concatenate the feature vectors obtained by passing the N fonts corresponding to one word through | 4 | int
use_tranditional | whether to use traditional characters instead of simplified characters | False | bool
use_traditional | whether to use traditional characters instead of simplified characters | False | bool
subchar_type | whether to use pinyin("pinyin") or wubi ("wubi") | False | bool
random_erase | whether randomly block a small piece of the gray scale image of Chinese scripts | False | bool
glyph_cnn_type | the name of CNN model for extracting glyph information | yuxuanba | str
Expand Down