From 955e9ea6d510808fc9890240b91fe4802621522d Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 20 Jul 2019 09:18:45 -0400 Subject: [PATCH] removed logging --- pytorch_lightning/models/trainer.py | 4 ---- 1 file changed, 4 deletions(-) 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()