From 5198478d9b4ce3d1ab99cdd619e79f53a3bce2ed Mon Sep 17 00:00:00 2001 From: Brendan Fahy Date: Fri, 26 Jun 2020 12:24:18 -0400 Subject: [PATCH] remove extra comments that moved to cloud_io --- pytorch_lightning/core/saving.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pytorch_lightning/core/saving.py b/pytorch_lightning/core/saving.py index ed80756ee81b98..44a09d7f903be0 100644 --- a/pytorch_lightning/core/saving.py +++ b/pytorch_lightning/core/saving.py @@ -13,11 +13,6 @@ from pytorch_lightning.utilities.cloud_io import load as pl_load from pytorch_lightning.utilities.cloud_io import gfile, cloud_open -# we want this for tf.iogfile, which if tf is installed gives full tf, -# otherwise gives a pruned down version which works for some file backends but -# not all -from tensorboard.compat import tf - PRIMITIVE_TYPES = (bool, int, float, str) ALLOWED_CONFIG_TYPES = (AttributeDict, MutableMapping, Namespace) try: