You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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