caffe
文章平均质量分 81
hefei_cyp
互联网爱好者!
展开
-
【caffe跑试验遇到错误:Check failed: error == cudaSuccess (2 vs. 0) out of memory】
刚开始跑caffe试验,老是遇见各种错误。今天又遇见: I1214 09:32:19.428040 11425 net.cpp:748] Ignoring source layer loss F1214 09:32:19.515925 11425 syncedmem.cpp:64] Check failed: error == cudaSuccess (2 vs. 0) out of memo原创 2015-12-14 09:55:15 · 41815 阅读 · 12 评论 -
【ubuntu14.04+cuda7.5+caffe的简单的安装方法总结】
caffe安装过程的问题 1、cudaGetDeviceCount returned 38-> no CUDA-capable device is detected 2、cudaGetDeviceCount returned 30 3、Cannot create Cublas handle.Cublas won't be available. 4、Cannot Curand generator.Curand won't be availa.ble. 5、CUDA driver version is insu原创 2016-03-06 16:19:36 · 10064 阅读 · 1 评论 -
【caffe:从一个预训练模型中提取特征】
1、caffe的caffe:从一个预训模型练中提取特征 model 2、在这个过程中如果遇到如下错误: "This program takes in a trained network and an input data layer, and then" " extract features of the input data produced by the net.\n" "Usage: extract_features pretrained_net_param" " feat原创 2015-12-02 09:39:53 · 4461 阅读 · 1 评论