From 41ba9a62e8aa282176ff1af26d5f44042c3f497e 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 940691b9989f6f..8175041aa6c562 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: