数据加载出现错误
#12437
Replies: 1 comment
-
之后我在训练配置文件中加长了max_text_length超参,数据加载就没有报错了, 进一步我发现在运行验证程序eval.py时,变化max_text_length 会导致最终结果acc的变化, 但是在模型验证相关模块中没有发现使用到max_text_length。 有人可以解释以下max_text_length对预测的影响吗? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
使用text_renderer生成的数据在训练时加载总是发生以下错误:

我检查了数据,数据格式都是符合要求的, 为什么deepcopy会出现错误,求大神解惑
Beta Was this translation helpful? Give feedback.
All reactions