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. |
0 replies
0 replies
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, 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
backwardmethod in our LightningModule to usemtl_backward(loss1, loss2)over the default loss.backward()?All reactions