Liang-yc / ssq

该项目用于预测双色球。(This project is dedicated to forecasting the result of welfare lottery named Union Lotto in China.)
MIT License
273 stars 87 forks source link

训练到Epoch 149999 会停止 #8

Closed SkyBlueEternal closed 5 years ago

SkyBlueEternal commented 5 years ago

训练到Epoch 149999 会停止,但是保存的进度为145000。请问下是不是有BUG

Liang-yc commented 5 years ago

你跑的应该是ssq.py,设定的epochs=150000, 原则上,因为149999%5000!=0,而且150000又不会达到,所以只保存了145000的结果。这个我之前忘记改,现在好了。

SkyBlueEternal commented 5 years ago

OK.解决了。