Handle multiple outputs #11914
Unanswered
muyuuuu
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I want to implement a semi-learning algorithm by pytorch lighting, here is torch training process:
teacher model generates labels for students model. When I read docs of pytorch lighting, I can't find some good idea how to implement it in
foward
method or others. Can you help me? thank you.Beta Was this translation helpful? Give feedback.
All reactions