Replies: 3 comments 6 replies
-
I modified cli.parser currently https://github.com/tshu-w/deep-learning-project-template/blob/master/src/lit_cli.py#L98 |
Beta Was this translation helpful? Give feedback.
0 replies
-
In jsonargparse v4.30.0 now there is an experimental native |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mauvilsa Hi, Thanks for your efforts. However, I got error when combined these feature with LightningCLI: from lightning.pytorch.cli import LightningCLI
if __name__ == "__main__":
cli = LightningCLI() If I run
|
Beta Was this translation helpful? Give feedback.
6 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have rised an issue at omni-us/jsonargparse#108, but pytorch-lightning can also do some work with shtab like limiting matching patterns like https://github.com/iterative/shtab#library-usage
I have also arise an issue before #10786
Beta Was this translation helpful? Give feedback.
All reactions