-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trainer.parse_argparser does not yield sensible default for default_root_dir #1916
Comments
@Borda any ideas? |
Same unexpected behavior for |
@jeremyjordan is there an update on this? I was facing this issue while writing CLI tests for #2094. I can continue with those tests once this issue is fixed. |
This issue actually affects all paramters that default to I have a branch with a test for this here: https://github.com/EspenHa/pytorch-lightning/tree/add_argparse_test @Borda If you would like, I can submit these as a PR? |
@EspenHa great, pls send a PR 🚀 |
🐛 Bug
Using
Trainer.parse_argparser
returnsTrue
fordefault_root_dir
, however, a string is expected.To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: