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

why:“for ep in range( epochs ):” #45

Closed
HardworkingProgramer opened this issue Nov 27, 2018 · 2 comments
Closed

why:“for ep in range( epochs ):” #45

HardworkingProgramer opened this issue Nov 27, 2018 · 2 comments

Comments

@HardworkingProgramer
Copy link

Are they equal between “for ep in range( epochs ):
m.fit_generator( G , 512 , epochs=1 )”
and “m.fit_generator( G , 512 , epochs=epochs )” ?

@basgro
Copy link

basgro commented Nov 28, 2018

The first is used to save the weights from every epoch, the latter can save the weights from the last epoch only.

@HardworkingProgramer
Copy link
Author

well,I know. thank you very much.

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