We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bee138 commit 1830f17Copy full SHA for 1830f17
beginner_source/introyt/tensorboardyt_tutorial.py
@@ -64,6 +64,13 @@
64
# PyTorch TensorBoard support
65
from torch.utils.tensorboard import SummaryWriter
66
67
+# In case you are using an environment that has TensorFlow installed,
68
+# such as Google Colab, uncomment the following code to avoid
69
+# a bug with saving embeddings to your tensorboard directory
70
+
71
+# import tensorflow as tf
72
+# import tensorboard as tb
73
+# tf.io.gfile = tb.compat.tensorflow_stub.io.gfile
74
75
######################################################################
76
# Showing Images in TensorBoard
0 commit comments