lowest val/loss ckpt != highest val/Accuracy #11896
Answered
by
rahulvigneswaran
rahulvigneswaran
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
Am using the following callback, checkpoint_callback = ModelCheckpoint(monitor='val/loss',
mode='min',
save_last=True,
filename=cfg.CALLBACKS.FILENAME,
auto_insert_metric_name=cfg.CALLBACKS.AUTO_INSERT_METRIC_NAME,
dirpath=LOGGER_DIR) I am not sure what is going wrong. Am using |
Beta Was this translation helpful? Give feedback.
Answered by
rahulvigneswaran
Feb 13, 2022
Replies: 1 comment
-
(This is probably common knowledge but this was news for me. Putting it out there so someone else doesn't bang their head for two days!) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rahulvigneswaran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(This is probably common knowledge but this was news for me. Putting it out there so someone else doesn't bang their head for two days!)