I tried to do pix2pix training scripts on google colab, but I met the following error and I could not start training...
TypeError: on_train_batch_start() missing 1 required positional argument: 'dataloader_idx'
I use pytorch-lightning==1.9.2 and torch1.13.1+cuda11.6
Does this error occur because of newer pytorch-lighting version?
I am looking forward to your reply.