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
-
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