Lightning CLI is incompatible with models defined by data #9452
Answered
by
ml-mountainman
ml-mountainman
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
Is there an easy way to make a Lightning CLI work with a Lightning Module defined by data? This seems like a very common design pattern. For example (from the docs) it doesn't appear possible to easily convert the following to a Lightning CLI:
The current CLI implementation works for model re-loading. However, it requires data-dependent attributes to be specified to the config files prior to fitting, which does not seem ideal. |
Beta Was this translation helpful? Give feedback.
Answered by
ml-mountainman
Sep 13, 2021
Replies: 1 comment
-
Resolved: see #9473 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ml-mountainman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resolved: see #9473