We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b914a commit 5198478Copy full SHA for 5198478
pytorch_lightning/core/saving.py
@@ -13,11 +13,6 @@
13
from pytorch_lightning.utilities.cloud_io import load as pl_load
14
from pytorch_lightning.utilities.cloud_io import gfile, cloud_open
15
16
-# we want this for tf.iogfile, which if tf is installed gives full tf,
17
-# otherwise gives a pruned down version which works for some file backends but
18
-# not all
19
-from tensorboard.compat import tf
20
-
21
PRIMITIVE_TYPES = (bool, int, float, str)
22
ALLOWED_CONFIG_TYPES = (AttributeDict, MutableMapping, Namespace)
23
try:
0 commit comments