You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
------------------ 原始邮件 ------------------
发件人: "jakeywu/ocr_torch" ***@***.***>;
发送时间: 2021年10月22日(星期五) 下午2:14
***@***.***>;
***@***.******@***.***>;
主题: Re: [jakeywu/ocr_torch] KeyError: 'model_det' (Issue #2)
change model_det to model . like this:
model = build_model(conf["model"])
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
File "/home/projects/ocr_torch/train.py", line 27, in main
model = build_model(conf["model_det"])
KeyError: 'model_det'
The text was updated successfully, but these errors were encountered: