Should the LightningModule contain a 'from_argparse_args' attribute as does the LightningDataModule? #5887
matthewdeancooper
started this conversation in
Idea pool
Replies: 1 comment
-
Have a look at this PR which overhauls our parsing capabilities and adds support for a feature like this: #4492 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
❓ Questions and Help
Hello everyone, love the project so far. Searching for a workaround for the following issue. Any help would be greatly appreciated.
What is your question?
Should the LightningModule contain a 'from_argparse_args' attribute as does the LightningDataModule?
Code
Lightning module code
Training and testing
Current behaviour
Calliing
results in the following AttributeError
Current workaround
Pass the arguments explicitly
Beta Was this translation helpful? Give feedback.
All reactions