参考解决方案1:https://stackoverflow.com/questions/38303974/tensorflow-running-error-with-cublas 参考解决方案2:https://github.com/tensorflow/tensorflow/issues/9489 ...
分类:
其他好文 时间:
2019-08-11 23:26:59
阅读次数:
544
使用清华镜像,具体方法如下: from https://blog.csdn.net/ada0915/article/details/78529877 问题:conda无法安装更新,报错内容如下:参考链接:conda httperror http none none for url none Anac ...
分类:
其他好文 时间:
2019-08-11 13:18:46
阅读次数:
125
cat 设置时间:date -s "时间" linux时间不止有date,也就是系统时间(sys时间),还有个硬件时间(BIOS时间) 显示硬件时间:hwclock 硬件时间和系统时间如何同步? hwclock --help -s, --hctosys set the system time fro ...
分类:
其他好文 时间:
2019-08-11 11:21:10
阅读次数:
131
python(配置) 一、环境变量 1)在命令提示符中输入anaconda navigator:启动anaconda进入页面选择Jupyter(launch) 2)conda list 查看安装的库 两种进入python 生成jupyter文件 1)输入命令:jupyter notebook --g ...
分类:
编程语言 时间:
2019-08-11 00:24:01
阅读次数:
97
python环境是Anaconda3安装的,由于项目需要用到git的第三方包,但是在conda自带的环境中没有。 例如使用jieba分词库。 安装的三种方式: (1)全自动安装:`easy_install jieba` 或者 `pip install jieba` / `pip3 install j ...
分类:
编程语言 时间:
2019-08-09 13:27:59
阅读次数:
301
bash Make plots of Series or DataFrame using the backend specified by the option . By default, matplotlib is used. Parameters data : Series or DataFra ...
分类:
编程语言 时间:
2019-08-03 15:08:43
阅读次数:
106
配置服务器的时候,本人将anaconda装在了全局环境下,但是发现了一个问题:就是用su命令切换用户的时候,python命令会失效。因为我将配置信息写到了/etc/profile下,因此我猜想是/etc/profile文件的问题。后来查了一下,发现果然是这样。 用su命令切换用户的时候,/etc/p ...
分类:
其他好文 时间:
2019-07-31 12:37:30
阅读次数:
124
一、安装库 使用conda安装: 如果出现解析环境问题,需要激活conda环境: https://www.cnblogs.com/jdemarryme/p/8745138.html 之后就可以使用conda list查看已安装的库了(激活环境:https://blog.csdn.net/hellow ...
分类:
编程语言 时间:
2019-07-29 00:43:42
阅读次数:
117
Anaconda的conda 特别好用 但如果用国外的镜像,慢的出奇 可以改为了国内镜像会好很多 ...
分类:
其他好文 时间:
2019-07-28 00:00:34
阅读次数:
190
装完 Anaconda 会自带一个pyhon环境 也会自带Jupyter Notebook 可以点击开始中的Jupyter Notebook 打开 浏览器 我这里是 3.x 想要装个2.7 的 并且互相切换 如下 点击 Anaconda Prompt 进入控制台 (没配环境变量的进入 安装的根目录下 ...
分类:
编程语言 时间:
2019-07-27 23:56:35
阅读次数:
204