码迷,mamicode.com
首页 > 其他好文 > 详细

pytorch tensorboardX可视化问题:AttributeError: 'torch._C.Value' object has no attribute 'debugName'记录

时间:2019-11-27 10:37:02      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:tensor   oar   name   uda   tps   安装   tee   python   技术   

技术图片

 

 

pytorch 版本使用1.1.0 参照下列命令

pip3 install 
https://download.pytorch.org/whl/cu100/torch-1.1.0-cp36-cp36m-win_amd64.whl ##(CUDA 10.0)
https://download.pytorch.org/whl/cu90/torch-1.1.0-cp36-cp36m-win_amd64.whl ##(CUDA 9.0)

 

和tensorboardx使用 1.8版本

pip install tensorboardX==1.8

  

安装前 卸载当前的torch 和tensorboardx 

其实有很多坑,注意!

尽量少动环境

pytorch tensorboardX可视化问题:AttributeError: 'torch._C.Value' object has no attribute 'debugName'记录

标签:tensor   oar   name   uda   tps   安装   tee   python   技术   

原文地址:https://www.cnblogs.com/blogwangwang/p/11940191.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!