diff --git a/pytorch_lightning/models/trainer.py b/pytorch_lightning/models/trainer.py index 16338e17..588e1f22 100644 --- a/pytorch_lightning/models/trainer.py +++ b/pytorch_lightning/models/trainer.py @@ -475,10 +475,6 @@ class Trainer(TrainerIO): # where to store ip_table self.__init_tcp_connection() - print('-'*100) - print(f'INIT COMPLETE') - print('-'*100) - # CHOOSE OPTIMIZER # filter out the weights that were done on gpu so we can load on good old cpus self.optimizers = model.configure_optimizers()