会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Richal Wang
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2018年7月19日
python打包成.exe
摘要: pyuic5 mainwindow.ui -o test.py https://blog.csdn.net/wangmingfan123/article/details/78046893 https://www.jianshu.com/p/c99577b9c901 :pyinstaller打包多个.
阅读全文
posted @ 2018-07-19 17:46 月亮下,六便士
阅读(139)
评论(0)
推荐(0)
2018年7月12日
pip删除依赖、配置虚拟环境
摘要: 问题:跑openpose代码的时候,出现问题 tensorpack 0.8.6 requires tqdm>4.11.1, which is not installed.tf-pose 0.1.0 requires argparse>=1.1, which is not installed.tf-p
阅读全文
posted @ 2018-07-12 13:48 月亮下,六便士
阅读(1837)
评论(0)
推荐(1)
2018年7月10日
Ubuntu下安装、卸载notepad++
摘要: Ubuntu下的安装方法: Ubuntu下的卸载方法:
阅读全文
posted @ 2018-07-10 15:14 月亮下,六便士
阅读(3025)
评论(0)
推荐(0)
2018年7月9日
Pycharm下tensorflow导入错误
摘要: 问题: ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory 解决方案: LD_LIBRARY_PATH /usr/local/cuda-9.0/lib64
阅读全文
posted @ 2018-07-09 11:12 月亮下,六便士
阅读(764)
评论(0)
推荐(0)
2018年5月29日
ubuntu16.04下python2、python3环境选择与python升级(pip版本切换)
摘要: 参考链接:https://www.jianshu.com/p/63c1f22e1fed Ubuntu中python版本问题: 添加PPA: 查看更新和安装更新: 更换命令行中的python默认版本 查看python默认版本 查看python默认版本 切换版本: 切换版本: Ubuntu中python
阅读全文
posted @ 2018-05-29 08:45 月亮下,六便士
阅读(16180)
评论(0)
推荐(0)
2018年5月25日
学习资源集锦
摘要: 不定时更新: 2018-05-25 09:24:16 https://handong1587.github.io/index.html :一个优秀的github博客,包含大量目标检测、自然语言处理的集锦 此处为它的解读链接: https://mp.weixin.qq.com/s?__biz=MzUx
阅读全文
posted @ 2018-05-25 09:24 月亮下,六便士
阅读(186)
评论(0)
推荐(0)
2018年5月23日
tensorflow :ckpt模型转换为pytorch : hdf5模型
摘要: 参考链接:https://github.com/bermanmaxim/jaccardSegment/blob/master/ckpt_to_dd.py
阅读全文
posted @ 2018-05-23 13:17 月亮下,六便士
阅读(6103)
评论(0)
推荐(0)
2018年5月3日
SoftMax多分类器原理及代码理解
摘要: 关于多分类 我们常见的逻辑回归、SVM等常用于解决二分类问题,对于多分类问题,比如识别手写数字,它就需要10个分类,同样也可以用逻辑回归或SVM,只是需要多个二分类来组成多分类,但这里讨论另外一种方式来解决多分类——SoftMax。 SoftMax模型 Softmax回归模型是logistic回归模
阅读全文
posted @ 2018-05-03 14:03 月亮下,六便士
阅读(51504)
评论(0)
推荐(0)
玩转树莓派3
摘要: 系统安装与设置: 下载NOOBS(https://www.raspberrypi.org/downloads/noobs/); 下载SD卡格式化工具,windows自带格式化不行。(https://www.sdcard.org/downloads/formatter_4/eula_windows/)
阅读全文
posted @ 2018-05-03 14:01 月亮下,六便士
阅读(906)
评论(0)
推荐(0)
2018年4月2日
keras_基本网络层结构(2)_卷积层
摘要: 参考文献:http://keras-cn.readthedocs.io/en/latest/layers/convolutional_layer/ 卷积层 Conv1D层 一维卷积层(即时域卷积),用以在一维输入信号上进行邻域滤波。当使用该层作为首层时,需要提供关键字参数input_shape。例如
阅读全文
posted @ 2018-04-02 13:13 月亮下,六便士
阅读(634)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告