(self, trainer, pl_module, outputs, batch, batch_idx)
| 85 | |
| 86 | # def on_train_batch_end(self, trainer, pl_module, outputs, batch, batch_idx, dataloader_idx): |
| 87 | def on_train_batch_end(self, trainer, pl_module, outputs, batch, batch_idx): |
| 88 | if not self.disabled: |
| 89 | # if pl_module.current_epoch % 20 == 0: |
| 90 | self.log_img(pl_module, batch, batch_idx, split="train") |