Lee Jungwon
Lee Jungwon
## What does this PR do? Part of https://github.com/Lightning-AI/lightning/issues/13445. Fix typing errors in pytorch_lightning/trainer/trainer.py ### Does your PR introduce any breaking changes? If yes, please list them. ## Before submitting...
## What does this PR do? Part of https://github.com/Lightning-AI/lightning-bolts/issues/839 `pl_bolts.models.gans.pix2pix.components.DownSampleConv` `pl_bolts.models.gans.pix2pix.components.Generator` `pl_bolts.models.gans.pix2pix.components.PatchGAN` `pl_bolts.models.gans.pix2pix.components.UpSampleConv` `pl_bolts.models.gans.pix2pix.pix2pix_module._weights_init` `pl_bolts.models.gans.pix2pix.pix2pix_module.Pix2Pix` ## Before submitting - [x] Was this **discussed/approved** via a Github issue? (no need for...