How to force T5x code not to use/save any checkpoint using just gin configs #589
Unanswered
sudhakarsingh27
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a switch that simply turns off saving/using checkpoints?
My goal is to simply do benchmarking so, I'm training from scratch for say 1000 steps and I don't want to save any checkpoints after that. I tried not providing
--gin.MODEL_DIRargument but it looks like it's a required argument.Beta Was this translation helpful? Give feedback.
All reactions