会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Echo
穷则独善其身。
首页
新随笔
联系
管理
1
2
3
4
下一页
2018年11月12日
wget下载简单语法
摘要: 文章参考:https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/wget.html nasa wget 下载: https://disc.gsfc.nasa.gov/data-access#mac_linux_wget https://wik
阅读全文
posted @ 2018-11-12 11:28 Echo_fy
阅读(413)
评论(0)
推荐(0)
2018年9月27日
keras:InternalError: Failed to create session
摘要: 如题,keras出现以上错误,解决办法: 找到占用gpu的进程: 杀死这些进程即可:
阅读全文
posted @ 2018-09-27 10:11 Echo_fy
阅读(1593)
评论(0)
推荐(0)
2018年7月11日
centos 常用命令
摘要: 将路径添加到系统路径下: 在/etc/profile 中添加: 为使其立即生效: 查询cpu使用情况: [fangying@localhost model_code]$ top -bn 1 -i -ctop - 20:31:41 up 28 days, 1:32, 7 users, load ave
阅读全文
posted @ 2018-07-11 13:43 Echo_fy
阅读(313)
评论(0)
推荐(0)
centos7 安装gdal2.3.1
摘要: 在直接源码安装gdal2.3时报错,大概意思是说没有安装SFCGAL。 1、centos更新cmake到3.5版本: 至此,更新完成。 2、重新安装MPFR和Boost: 重新安装MPFR: 重新安装Boost: 3、安装CGAL 4、安装SFCGAL 1.3.0这里又失败了,不知道为什么,但是1.
阅读全文
posted @ 2018-07-11 13:30 Echo_fy
阅读(1337)
评论(0)
推荐(0)
2018年6月14日
centos mysql初探 -- 配置、基本操作及问题
摘要: 目录: centos安装mysql 使用mysql客户端进行简单操作 python2和python3连接mysql mysql导入文件问题 死锁解决办法 windows 7 远程连接 mysql 服务器 1、centos安装mysql 验证是否已有mysql:rpm -qa | grep mysql
阅读全文
posted @ 2018-06-14 17:20 Echo_fy
阅读(1213)
评论(0)
推荐(0)
2018年5月22日
machine learning 之 Recommender Systems
摘要: 整理自Andrew Ng的machine learning 课程 week 9. 目录: Problem Formulation(问题的形式) Content Based Recommendations(基于内容的推荐) Collaborative Filtering(协同过滤) Collabora
阅读全文
posted @ 2018-05-22 21:07 Echo_fy
阅读(152)
评论(0)
推荐(0)
machine learning 之 Anomaly detection
摘要: 自Andrew Ng的machine learning课程。 目录: Problem Motivation Gaussian Distribution Algorithm Developing and Evaluating an Anomaly Detection System Anomaly De
阅读全文
posted @ 2018-05-22 13:30 Echo_fy
阅读(385)
评论(0)
推荐(0)
2018年5月19日
centos R包 tidyverse安装
摘要: tidyverse安装失败,install.packages('tidyverse') 错误原因大概是其中有个依赖包xml2安装不上,解决办法是yum install libxml2-devel,这样就可以安装xml2了,也可以安装tidyverse了
阅读全文
posted @ 2018-05-19 19:12 Echo_fy
阅读(3840)
评论(0)
推荐(0)
centos 问题解决记录
摘要: 在centos上用pip安装包,显示成功安装,但是用pip list去看发现实际上并没有安装? 安装用的是pip install xxx 是不行的,需要用sudo pip install xxx就可以了。 如何杀死一个进程? 1、如用 ps -ef | grep python(简写为pgrep py
阅读全文
posted @ 2018-05-19 19:11 Echo_fy
阅读(169)
评论(0)
推荐(0)
R python在无图形用户界面时保存图片
摘要: 在用python的matplotlib,和R中自带的作图,如果想保存图片时,当你有图形用户界面时是没有问题的,但是当没有图形用户界面时,会报错: 在R中,解决办法: https://blog.csdn.net/LongBless/article/details/6373291 在python中,解决
阅读全文
posted @ 2018-05-19 19:11 Echo_fy
阅读(305)
评论(0)
推荐(0)
1
2
3
4
下一页
公告