Checkpoints not getting saved #7745
Answered
by
ananthsub
nrjvarshney
asked this question in
code help: NLP / ASR / TTS
-
I'm using the below callback
The output dir is empty which means the checkpoints are not getting saved. There is no error as well |
Beta Was this translation helpful? Give feedback.
Answered by
ananthsub
May 27, 2021
Replies: 1 comment 1 reply
-
Pass |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ananthsub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pass
checkpoint_callback
to thecallbacks
argument.checkpoint_callback
is a boolean only flag to indicate whether checkpointing should be enabled or not.