摘要: 为了学习语义分割,想学习一下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) 编辑