tensorboard显示空白


ubuntu 14.04 + python3.4 + chrome, 在浏览器中查看tensorboard, 发现出了graph,其他的数据都是空白。


通过分析,发现js中如下一些错误

Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode [duplicate]

将 /usr/local/lib/python3.4/dist-packages/tensorflow/tensorboard/dist/tf-tensorboard.html 中相关地方加入 

"use strict";
得到解决。


猜你喜欢

转载自blog.csdn.net/mao_feng/article/details/74370309
今日推荐