会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Key_Ky
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
12
下一页
2018年10月18日
量化策略
摘要: 神经网络量化策略太重要。尤其是对于端上设备。因此记录一些资料。 定点和浮点基础知识: https://blog.csdn.net/baidu_24281959/article/details/52015811 一个定点浮点的深度学习框架:http://lepsucd.com/?page_id=630
阅读全文
posted @ 2018-10-18 18:32 Key_Ky
阅读(310)
评论(0)
推荐(1)
2018年7月21日
Android--生命周期
摘要: Fragment:
阅读全文
posted @ 2018-07-21 22:21 Key_Ky
阅读(279)
评论(0)
推荐(1)
2018年7月11日
算法转AI平台工程师记录-0
摘要: vim源码安装: 1. git clone https://github.com/vim/vim.git 2. cd vim && ./configure --prefix=xxx -enable-multibyte --enable-pythoninterp=yes --enable-python
阅读全文
posted @ 2018-07-11 10:46 Key_Ky
阅读(433)
评论(0)
推荐(0)
2018年6月20日
python3.6安装
摘要: 1. 下载源码Python-3.6.5.tar.xz, https://www.python.org/ftp/python/3.6.5/ 2. 运行./configure --enable-optimizations 3. 修改Makefile中的prefix和Python-3.6.5/Module
阅读全文
posted @ 2018-06-20 20:04 Key_Ky
阅读(804)
评论(0)
推荐(0)
2018年6月11日
Makefile-fPIC,C++静态库与动态库
摘要: 在计算机领域中,地址无关代码 (英文: position-independent code,缩写为PIC),又称地址无关可执行文件 (英文: position-independent executable,缩写为PIE) ,是指可在主存储器中任意位置正确地运行,而不受其绝对地址影响的一种机器码。PI
阅读全文
posted @ 2018-06-11 14:32 Key_Ky
阅读(2779)
评论(0)
推荐(1)
2018年5月9日
python调用matlab
摘要: 官网链接: https://ww2.mathworks.cn/help/matlab/matlab_external/call-user-script-and-function-from-python.html?lang=en https://ww2.mathworks.cn/help/matlab
阅读全文
posted @ 2018-05-09 10:32 Key_Ky
阅读(10124)
评论(0)
推荐(0)
2018年5月5日
TF-timeline的使用经验记录
摘要: timeline的使用经验记录:https://towardsdatascience.com/howto-profile-tensorflow-1a49fb18073d 看了TF-summit2018发现,timeline还有更多用法,但是网上的教程少之又少。又挖一个坑,慢慢填。
阅读全文
posted @ 2018-05-05 21:08 Key_Ky
阅读(1025)
评论(0)
推荐(0)
留空
摘要:
阅读全文
posted @ 2018-05-05 21:02 Key_Ky
阅读(174)
评论(0)
推荐(0)
反卷积的实现
摘要: 最近做分割任务,一直只会对Deconvolution使用,却不了解具体如何实现。先挖一个坑,以后再填上。 这个博客讲解的巨好:https://www.jianshu.com/p/f0674e48894c,后面我再看看caffe的具体实现再写写。
阅读全文
posted @ 2018-05-05 20:40 Key_Ky
阅读(685)
评论(0)
推荐(0)
2018年1月22日
ctypes
摘要: http://chimera.labs.oreilly.com/books/1230000000393/ch15.html#_discussion_240
阅读全文
posted @ 2018-01-22 15:20 Key_Ky
阅读(229)
评论(0)
推荐(0)
1
2
3
4
5
···
12
下一页
公告