How to accumulate grad batches for GANs in pytorch_lightning >= 1.3.3
?
#8280
-
Hi, Since the For any version higher than
This is due to the fact that the Is it intended? Thanks in advance, Guillaume |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, I believe this is the same bug I fixed here: #8284 As a workaround, you can try to manually call |
Beta Was this translation helpful? Give feedback.
Hey, I believe this is the same bug I fixed here: #8284
Will try to put it into the next bugfix release.
As a workaround, you can try to manually call
self.untoggle_optmizer(optimizer)
in your LM.