Replies: 2 comments 6 replies
-
Hi @AlexHarn! I think it might be valuable to have an inference pipeline, but the idea was always to keep the template minimalistic so it's easy to digest and start a new project. If we wanted to leverage DPP capabilities, I assume we would need to use Thanks for the idea, I'm always happy to hear propositions that make the project better. |
Beta Was this translation helpful? Give feedback.
-
Hi, This is a fascinating question. I also ran into problems while writing the prediction pipeline. (Data without labels) model: LightningModule = hydra.utils.instantiate(config.model) This line requires us to specify the model size in advance. However, I just want to load the ckpt for convenience. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I am currently working on adding an inference pipeline in my own project, which is based on this template. I would be willing to see if I can add something like this to the template, especially now after we already added support for multiple pipelines. Is that something people would be interested in? @ashleve @nils-werner @charlesincharge @Steve-Tod
I know model deployment is beyond the scope of this repository, but I personally think it would still be great to have some rudimentary options to apply trained models to large data. I especially see some potential in leveraging the DDP capabilities we already have in this template.
Beta Was this translation helpful? Give feedback.
All reactions