You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: