We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307b0bc commit e408416Copy full SHA for e408416
clu/metric_writers/tf/summary_writer.py
@@ -26,12 +26,12 @@
26
from clu.internal import utils
27
from clu.metric_writers import interface
28
from etils import epy
29
-import tensorflow as tf
30
31
with epy.lazy_imports():
32
# pylint: disable=g-import-not-at-top
33
from tensorboard.plugins.hparams import api as hparams_api
34
from tensorboard.plugins.mesh import summary as mesh_summary # pylint: disable=line-too-long
+ import tensorflow as tf
35
# pylint: enable=g-import-not-at-top
36
37
0 commit comments