Replies: 1 comment
-
Hi, thanks for the question! Your understanding is correct. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Context: there are several ways to enable the async checkpoint in NeMo:
exp_manager.create_checkpoint_callback
uses the nemo.utils.callbacks.NeMoModelCheckpointQuestion: what’s the preferred way to enable checkpoint in NeMo?
My understanding is
exp_manager.create_checkpoint_callback
(nemo.utils.callbacks.NeMoModelCheckpoint) is the NeMo 1.0 fashion to enable the checkpoint using the yaml file with exp_manager configured.can some NeMo checkpoint experts provide some guidance?
Beta Was this translation helpful? Give feedback.
All reactions