-
Notifications
You must be signed in to change notification settings - Fork 9
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
Allow ckpt module to write stats only #26
Comments
Does this mean write stats every timestep regardless of ckpt settings? This seems to make sense to me |
The user can get that with ckpt_save_interval=1 and ckpt_save_weights_file=False |
This works as of 0fb15f7 with no application changes |
What happens if I want to have the stats written and then have a usable best checkpoint? Won't ckpt_save_weights_file=False make the ckpt useless? |
That isn't supported here but I can do that next |
I think the stats output should be on every timestep by default. |
Yes, I can see the use for that |
I think the intent is (was?) to use this for the standard metric output. Maybe I am misremembering, but if I am correct then the stats_every_epoch makes sense |
For IMPROVE results
The text was updated successfully, but these errors were encountered: