Replies: 2 comments
-
Hi! Sorry for the last answer, last week has been crazy in terms of workload. We didn't test torchjd with Pytorch Lightning yet. Also, I've personally never even used pytorch lightning, so I can't answer you yet. We'll probably work on this soon, and I agree that adding an example with pytorch lighting integration would be really nice. |
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
-
👋 Hi, are there any examples on how we might be able to use this in conjunction with Pytorch Lightning?
Or would this require us to overwrite the
backward
method in our LightningModule to usemtl_backward(loss1, loss2)
over the default loss.backward()?Beta Was this translation helpful? Give feedback.
All reactions