
caffe
bestrivern
热爱计算机视觉,机器学习,算法,编程,正在不断学习中
展开
-
caffe学习笔记
一.mnist例程 https://blog.youkuaiyun.com/bestrivern/article/details/85101303 二.cifar10例程 附录:caffe常见问题及注意事项 https://blog.youkuaiyun.com/bestrivern/article/details/85103460 ...原创 2018-12-19 16:56:19 · 172 阅读 · 0 评论 -
caffe运行mnist例程
一. 二.生成deploy.prototxt文件的python代码: # -*- coding: utf-8 -*- caffe_root = '/home/xwang/Tools/caffe/' import sys sys.path.insert(0, caffe_root + 'python') from caffe import layers as L,params a...原创 2018-12-19 16:57:42 · 289 阅读 · 0 评论 -
caffe常见问题及注意事项
1.GPU显存不足无法运行模型: Cannot create Cublas handle. Cublas won't be available. E1219 17:43:06.398439 3214 common.cpp:121] Cannot create Curand generator. Curand won't be available. F1219 17:43:06.40196...原创 2018-12-19 18:06:08 · 468 阅读 · 2 评论