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

how to set maximum epoch on this code ? #85

Open
Naveennavik opened this issue Nov 24, 2019 · 6 comments
Open

how to set maximum epoch on this code ? #85

Naveennavik opened this issue Nov 24, 2019 · 6 comments

Comments

@Naveennavik
Copy link

This code keeps on running till we close the terminal Can we set the maximum epoch till which the training should run?

@andy-yun
Copy link
Owner

You can add max_epochs in [net] session.

@Naveennavik
Copy link
Author

can u explain me in breif?

@andy-yun
Copy link
Owner

You try the following in config file
[net]
max_epochs=10000

@Naveennavik
Copy link
Author

I train.py file or cfg.py file?

@andy-yun
Copy link
Owner

cfg/yolo_v3.cfg or similar config file.

@Naveennavik
Copy link
Author

In yolo_v3.cfg u have mentioned steps=400000,450000 what is the meaning

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