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

typo in model.py #9

Closed
mudream4869 opened this issue May 27, 2017 · 1 comment
Closed

typo in model.py #9

mudream4869 opened this issue May 27, 2017 · 1 comment

Comments

@mudream4869
Copy link

mudream4869 commented May 27, 2017

line 175 : % (epoch, idx, batch_idxs, time.time() - start_time))) should be % (epoch+1, idx+1, batch_idxs, time.time() - start_time)))

@xiaowei-hu
Copy link
Owner

Thanks for your report. I think both of the two types are OK. Just different habits.

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

2 participants