About ModelCheckpoint
starting point
#11977
Answered
by
rohitgr7
ShaneTian
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
My ckpt_callback = pl.callbacks.ModelCheckpoint(
filename="T5-{epoch}-{step}-{val_loss:.2f}-{val_ppl:.2f}",
monitor="val_loss",
save_top_k=-1,
every_n_train_steps=100
) Questions: |
Beta Was this translation helpful? Give feedback.
Answered by
rohitgr7
Feb 21, 2022
Replies: 1 comment 3 replies
-
hey @ShaneTian !
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ShaneTian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @ShaneTian !