提交 e97b73d8 编写于 作者: G gunan 提交者: GitHub

Merge pull request #6338 from dsmilkov/r0.12

Cherry pick updated TensorBoard binary and python3 bug
......@@ -132,7 +132,7 @@ class ProjectorPlugin(TBPlugin):
@property
def configs(self):
"""Returns a map of run paths to `ProjectorConfig` protos."""
run_path_pairs = self.run_paths.items()
run_path_pairs = list(self.run_paths.items())
# If there are no summary event files, the projector should still work,
# treating the `logdir` as the model checkpoint directory.
if not run_path_pairs:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册