weights_save_path
vs ckpt_path
#10547
Unanswered
daniellepintz
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
on a related note though, |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Why do we need both
ckpt_path
as an arg tofit
, andweights_save_path
as a trainer constructor arg? Is there any way we can consolidate? We also havedefault_root_dir
cc @jjenniferdai
Beta Was this translation helpful? Give feedback.
All reactions