We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if save_steps is a fraction, calculate the steps based on floor(save_steps * total_steps_per_epoch).
this way if someone were to say 0.5, they could get a checkpoint at half an epoch and the end of an epoch without having to manually figure it out
The text was updated successfully, but these errors were encountered:
Taken from discord: _ratio might be interesting as you said.
_ratio
https://discord.com/channels/1104757954588196865/1111279858136383509/1116366177430667385
Sorry, something went wrong.
this has been resolved with #547
No branches or pull requests
if save_steps is a fraction, calculate the steps based on floor(save_steps * total_steps_per_epoch).
this way if someone were to say 0.5, they could get a checkpoint at half an epoch and the end of an epoch without having to manually figure it out
The text was updated successfully, but these errors were encountered: