Initial weight ensemble training? #13325
Unanswered
ShihengDuan
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
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.
-
Hi all,
I'm using PyTorch-lightning to rewrite some of my training scripts. I wonder if there is any function to automate the initial-weight ensemble training process. For now, I'm using randomly initialized weight so I have to train 10 times and get the ensemble predictions. Ideally, these 10 models could be trained in parallel. Is there any function in lightning that can automate this process?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions