摘要:
为了学习语义分割,想学习一下tensorflow了。tensorflow的官网为:https://tensorflow.google.cn/nvidia-docker run -it -p 8888:8888 -v /raid/zhaodz/tensorflow-la... 阅读全文
摘要:
bazel是google的一个编译器,本来是我在tensorflow做8bi量化的时候要使用的,以后工具类别的博客也会放到这个分类c++里面。bazel操作:pip install zip遇到问题:Package zip is not available, but i... 阅读全文
摘要:
source insight真乃看代码的一个利器,相见恨晚啊。source insight 下载破解和安装 http://www.jb51.net/softs/548809.html1.新建工程2.添加文件tree3.查找最右project找file最左file找模块... 阅读全文
摘要:
batch norm层batch norm有三组参数打印参数的流程为:>>> import sys>>> sys.path.insert(0,'./python')>>> import caffe>>> net = caffe.Net('./examples/mnis... 阅读全文
摘要:
懒得自己写了,就使用了thrust的api算了。还挺不错。cuda程序#include #include #include int main(){ float* deviceArray; float max, test; int length = 1025; ... 阅读全文