
tensorflow
xiaotao_1
这个作者很懒,什么都没留下…
展开
-
tensorflow官网进不去,因为它的地址改变了。
以前的网址是https://www.tensorflow.org/,当时得fq才能打开,现在这个我fq都打不开了。 现在新网址是https://tensorflow.google.cn/这个不fq都可以打开了。总体来讲是好事,不fq就能查到资料了。原创 2017-12-22 10:26:45 · 18018 阅读 · 4 评论 -
tensorflow出现一大串 The TensorFlow library wasn't compiled to use SSE instructions, but these are ...
每次跑tensorflow,都会出这样的warning:2017-12-25 20:11:49.485908: W c:\l\work\tensorflow-1.1.0\tensorflow\core\platform\cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE instructions, bu原创 2017-12-25 20:34:15 · 3587 阅读 · 3 评论 -
tensorflow报错:AttributeError: module 'tensorflow' has no attribute 'feature_column'
跑tensorflow第一个例子,报错AttributeError: module 'tensorflow' has no attribute 'feature_column' 查了一下,我的版本是1.0.1,这个版本还没加入feature_column module。于是pip install --upgrade tensorflow更新tensorflow。解决问题。原创 2017-12-26 17:30:44 · 10678 阅读 · 0 评论 -
win10运行tensorboard遇到的坑
1,’tensorboard’不是内部或外部命令,也不是可运行的程序。 解决:找到TensorBoard.exe的路径,然后添加该路径到环境变量。我的路径是在D:\Anaconda\Scripts。2,在cmd下,要先cd到生成的events文件的上一级文件。 然后,再输入:tensorboard –logdir=logs 即可。3,尽量用谷歌浏览器...原创 2018-04-16 17:13:40 · 2471 阅读 · 0 评论 -
win10安装tensorflow-gpu版本遇到的坑
ImportError: Could not find 'cudart64_90.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Download and install CUDA 9.0 from this ...原创 2018-04-13 00:39:26 · 3209 阅读 · 0 评论