简体   繁体   English

找不到:/lib/python2.7/site-packages/tensorflow/tensorboard/lib/svg/summary-icon.sv

[英]Not found : /lib/python2.7/site-packages/tensorflow/tensorboard/lib/svg/summary-icon.sv

I am using tensorboard to visualize the graphs and minimization of objective function. 我正在使用张量板来可视化图形并最小化目标函数。 I can visualize the the loss function but can not visualize the graph. 我可以可视化损失函数,但不能可视化图形。 I get a not found error 我收到未找到的错误

WARNING:tensorflow:IOError [Errno 2] No such file or directory:  /lib/python2.7/site-packages/tensorflow/tensorboard/lib/svg/summary-icon.sv

当点击GRAPH时 损失最小化曲线

[EDIT] [编辑]

  pip show tensorflow
  ---
  Name: tensorflow 
  Version: 0.6.0

[EDIT2] When I switched to another browser, (chromium), it works. [EDIT2]当我切换到另一个浏览器(铬)时,它可以工作。 But does not work with Firefox. 但不适用于Firefox。 铬图

TL;DR: This issue was fixed in version 0.6.0 of TensorFlow, so upgrading to that version should fix it. TL; DR:此问题已在TensorFlow的0.6.0版本中修复,因此升级到该版本应该可以解决。

The file summary-icon.svg was removed from TensorFlow in version 0.6.0, and replaced with an embedded image. 已从TensorFlow版本0.6.0中删除文件summary-icon.svg ,并替换为嵌入式图像。 Is it possible that you have an installation that mixes versions 0.5.0 and 0.6.0 of TensorFlow (or some intermediate version that is built from source)? 您是否有可能混合使用TensorFlow的0.5.0和0.6.0版本(或从源代码构建的某些中间版本)进行安装?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何忽略〜/ .local / lib / python2.7 / site-packages中的python模块? - How to ignore python module in ~/.local/lib/python2.7/site-packages? 如何手动将文件夹复制到/app/.heroku/python/lib/python2.7/site-packages/? - How to manually copy folder to /app/.heroku/python/lib/python2.7/site-packages/? “/lib/python2.7/site-packages/不支持.pth文件”在MacOS上安装pip - “/lib/python2.7/site-packages/ does NOT support .pth files” installing pip on MacOS ImportError:dlopen(/usr/local/lib/python2.7/site-packages/_geoslib.so - ImportError: dlopen(/usr/local/lib/python2.7/site-packages/_geoslib.so 如何在Linux下的/usr/local/lib/python2.7/site-packages下安装Pip - how to Install Pip under /usr/local/lib/python2.7/site-packages in Linux 导入错误:dlopen(/usr/local/opt/opencv3/lib/python2.7/site-packages/cv2.so, 2):找不到符号:_PyCObject_Type - ImportError: dlopen(/usr/local/opt/opencv3/lib/python2.7/site-packages/cv2.so, 2): Symbol not found: _PyCObject_Type Python OSX - /usr/local/lib/python2.7/site-packages/easysnmp/interface.so中的平面命名空间 - Python OSX - flat namespace in /usr/local/lib/python2.7/site-packages/easysnmp/interface.so 安装djangorestframework时出现错误-权限被拒绝:'/ usr / lib / python2.7 / site-packages / djangorestframework-3.6.3.dist-info' - Getting Error while installing djangorestframework - Permission denied: '/usr/lib/python2.7/site-packages/djangorestframework-3.6.3.dist-info' ERR IOError:[Errno 21]是目录:'/app/.heroku/python/lib/python2.7/site-packages/setuptools-20.3-py2.7.egg' - ERR IOError: [Errno 21] Is a directory: '/app/.heroku/python/lib/python2.7/site-packages/setuptools-20.3-py2.7.egg' 安装python settuptools时发生错误-没有这样的文件或目录:'/usr/local/lib/python2.7/site-packages/test-easy-install-8811.pth' - Error when installing python settuptools - No such file or directory: '/usr/local/lib/python2.7/site-packages/test-easy-install-8811.pth'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM