MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / _maybe_warn

Method _maybe_warn

tensorboard/plugin_util.py:255–267  ·  view source on GitHub ↗
(self, version, run, tag)

Source from the content-addressed store, hash-verified

253 return False
254
255 def _maybe_warn(self, version, run, tag):
256 if self._warned:
257 return
258 self._warned = True
259 logger.warning(
260 "Some %s data is too new to be read by this version of TensorBoard. "
261 "Upgrading TensorBoard may fix this. "
262 "(sample: run %r, tag %r, data version %r)",
263 self._data_kind,
264 run,
265 tag,
266 version,
267 )

Callers 1

okMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected