1 2 3 4 5 ··· 30 下一页
摘要: 所有的代码在https://pan.baidu.com/s/1AA72Scy7D9nwf36rCYDuKg密码为:dmr0里面自带了lmdb数据集文件忘了怎么做的了在全球ai竞赛中取得了100多名的好成绩,呵呵 阅读全文
posted @ 2018-05-16 18:06 开往春天的拖拉机 阅读(238) 评论(0) 推荐(0) 编辑
摘要: conda深入学习1.镜像的添加和删除 增加源 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --set show_c... 阅读全文
posted @ 2018-05-09 16:24 开往春天的拖拉机 阅读(215) 评论(0) 推荐(0) 编辑
摘要: pythonnext(os.walk(IMAGE_DIR))[2]列出IMAGE_DIR文件夹的文件,['a.jpg','b.jpg']random.choice(list)从列表中随机选出一个值['a.jpg','b.jpg']->a.jgp[random.rand... 阅读全文
posted @ 2018-05-02 10:46 开往春天的拖拉机 阅读(107) 评论(0) 推荐(0) 编辑
摘要: numpy其他应用0.array1.arange2.where3.unique取出某些坐标值(Pdb) xarray([1, 2, 3, 4, 1, 2])(Pdb) x[np.array([3,4])]array([4, 1])(Pdb) x = np.array(... 阅读全文
posted @ 2018-05-02 10:42 开往春天的拖拉机 阅读(80) 评论(0) 推荐(0) 编辑
摘要: matplotlib学习在docker中不能显示show,所以,需要save之后打开看保存空白的>>> import matplotlib as mpl>>> mpl.use('Agg')>>> import matplotlib.pyplot as plt>>> p... 阅读全文
posted @ 2018-05-02 10:40 开往春天的拖拉机 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 为了学习语义分割,想学习一下tensorflow了。tensorflow的官网为:https://tensorflow.google.cn/nvidia-docker run -it -p 8888:8888 -v /raid/zhaodz/tensorflow-la... 阅读全文
posted @ 2018-04-26 15:20 开往春天的拖拉机 阅读(106) 评论(0) 推荐(0) 编辑
摘要: bazel是google的一个编译器,本来是我在tensorflow做8bi量化的时候要使用的,以后工具类别的博客也会放到这个分类c++里面。bazel操作:pip install zip遇到问题:Package zip is not available, but i... 阅读全文
posted @ 2018-04-26 15:16 开往春天的拖拉机 阅读(143) 评论(0) 推荐(0) 编辑
摘要: source insight真乃看代码的一个利器,相见恨晚啊。source insight 下载破解和安装 http://www.jb51.net/softs/548809.html1.新建工程2.添加文件tree3.查找最右project找file最左file找模块... 阅读全文
posted @ 2018-04-26 15:01 开往春天的拖拉机 阅读(103) 评论(0) 推荐(0) 编辑
摘要: batch norm层batch norm有三组参数打印参数的流程为:>>> import sys>>> sys.path.insert(0,'./python')>>> import caffe>>> net = caffe.Net('./examples/mnis... 阅读全文
posted @ 2018-04-26 14:56 开往春天的拖拉机 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 懒得自己写了,就使用了thrust的api算了。还挺不错。cuda程序#include #include #include int main(){ float* deviceArray; float max, test; int length = 1025; ... 阅读全文
posted @ 2018-04-26 14:52 开往春天的拖拉机 阅读(263) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 30 下一页