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
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
程序跑通了,但是出来的结果差了很多,如下:
[2019-10-18 12:20:42] step = 0, average accuracy = 0.141
[2019-10-18 12:38:34] step = 1, average accuracy = 0.162
[2019-10-18 12:57:24] step = 2, average accuracy = 0.139
[2019-10-18 13:15:24] step = 3, average accuracy = 0.149
我看文档里写的是
step = 0, average accuracy = 0.633
step = 1, average accuracy = 0.688
step = 2, average accuracy = 0.626
step = 3, average accuracy = 0.682
......
step = 842, average accuracy = 0.823
step = 843, average accuracy = 0.825
step = 844, average accuracy = 0.808
是哪里配置不对么?多谢