-
Notifications
You must be signed in to change notification settings - Fork 194
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
trainer.py #3
Comments
为 识别 branch 预留的,这个需要像 CRNN 那样 把 text encode 成 one hop 的编码,这部分目前没做,以后会做,你可以不管他。 |
好的,谢谢。加油
Ning Lu <notifications@github.com> 于2018年9月26日周三 下午7:01写道:
… 为 识别 branch 预留的,这个需要像 CRNN 那样 把 text encode 成 one hop
的编码,这部分目前没做,以后会做,你可以不管他。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AODy7_ytnuQO4R2QUOEU32WmZqfVnLYkks5ue16NgaJpZM4W4MTf>
.
|
你是准备先训练这检测的,然后拿检测的那段权重(share feature map 之前的权重)依此为基础,再接着训练识别的部分是么? |
可以这么说 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
line 63行代码,为什么 recog_map = None ?
The text was updated successfully, but these errors were encountered: