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 the number of training steps? #29

Open
Saury997 opened this issue Dec 29, 2024 · 1 comment
Open

How to set the number of training steps? #29

Saury997 opened this issue Dec 29, 2024 · 1 comment

Comments

@Saury997
Copy link

In your article, you stated that the model was trained in 10,000 steps, however, I was unable to find the variable that set the number of training steps from the code's config file. Can you explain how to set this parameter? Thank you so much!

@lin-tianyu
Copy link
Owner

This is because there is no such variable that sets the training steps haha.

In practice, I used tensorboard to monitor the training process. You can stop the training manually using kill -9 $PID when the metrics converge.

tensorboard in our code can also monitor losses and the generated images to give you comprehensive information about the training process. Highly recommended.

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