-
Notifications
You must be signed in to change notification settings - Fork 282
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
初学者求lstm+cnn/tensorflow代码?|New beginner for "lstm+cnn/tensorflow" #3
Comments
tf版本的lstm+cnn的代码,怎么还是cnn的代码啊?@ pcgreat |
@chenzhi1992 抱歉,上传代码的时候弄错了,现在更正了 |
谢谢回复!
发自网易邮箱大师
在2017年07月21日 23:55,Chao Pan 写道:
@chenzhi1992 抱歉,上传代码的时候弄错了,现在更正了
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
你的lstm+cnn 大概训练多少step后loss收敛?我训练到1000step,acc一直在0.1到0.2之间.@pcgreat |
1000步太少了,至少12k步才能看出点效果。你可以适当加一点优化,比如有选择地抽取negative的sample,这样收敛快一些
…Sent from my iPhone
On Jul 23, 2017, at 9:21 PM, chenzhi1992 ***@***.***> wrote:
你的lstm+cnn ***@***.***
@ pcgreat
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
cnn/tensorflow/insqa_cnn 中: |
cnn/tensorflow/insqa_train 中,模型评估的方法dev_step()中,实际上只评估了20条数据吧。 |
No description provided.
The text was updated successfully, but these errors were encountered: