Skip to content
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

trian.py不保存模型的问题 #4

Open
wumode opened this issue Aug 12, 2018 · 2 comments
Open

trian.py不保存模型的问题 #4

wumode opened this issue Aug 12, 2018 · 2 comments

Comments

@wumode
Copy link

wumode commented Aug 12, 2018

run中:
for i in range(5): verbose = i % 5 == 0

改为:
for j in range(5): verbose = j % 5 == 0

@fmscole
Copy link

fmscole commented Aug 21, 2018

关键是这个循环有什么用呢???

@s0okiym
Copy link

s0okiym commented Apr 27, 2021

是,我也发现了,这个循环我觉得是多余的。因为policy_update里已经用那些batch训练了5个epoch了,外面无必要循环。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants