{epoch}", verbose=True, ), logger=logger, max_epochs=hparams.max_epochs, gpus=hparams.gpus, distributed_backend="dp", limit_val_batches=hparams.limit_val_batches, limit_train_batches=hparams.limit_train_batches,
Just a reminder: PRs would not trigger full CI run by default. Instead, it would only runfastcheckCI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to yourfastcheckbuild on Buildkite UI (li...