Can pylightning handle multiple separate losses? #9874
Mi-Przystupa
started this conversation in
General
Replies: 1 comment
-
Just skimming the documents: I guess defining multiple optimizer's is exactly what I'm looking for :
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was curious to know if / how to have pylightning make multiple backward passes through losses that are to be done separate?
I'm trying to set-up soft actor critic as a PyLightning Module & the policy update and q_value update shouldn't be combined.
So in my train step:
Beta Was this translation helpful? Give feedback.
All reactions