Xiaobo
Results
2
issues of
Xiaobo
跑了下这个代码,请问预测时如何设置batch大小,我用训练的数据测试预测,当我要预测的数据不是按照batch大小输入时,会报下面的错误: RuntimeError(msg.format(expected_hidden_size, tuple(hx.size()))) RuntimeError: Expected hidden[0] size (2, 12, 100), got (2, 128, 100) 我用的训练的数据,只不过把batch修改成了12。
I need to extract text from a PDF document using the `page.extract_text` function, but all the extracted Chinese characters are garbled. I suspect that this PDF document uses several special...
workflow-text-extraction
is-cjk-issue