Caffe
qing101hua
在校大学生
展开
-
caffe开发过程中使用了哪些工具?
https://www.zhihu.com/question/19780484贾扬清,关注机器学习和人工智能平台熊风、立党 等 413 人赞同还是挺标准的linux开发流程:编辑器:vim(因为要远程在服务器上编辑)+ Sublime Text(本地编辑)编译:gcc + nvcc + Makefile调试:gdb + cuda-gdb (cuda-gd转载 2016-07-23 10:38:53 · 1828 阅读 · 0 评论 -
【caffe跑试验遇到错误:Check failed: error == cudaSuccess (2 vs. 0) out of memory】
刚开始跑caffe试验,老是遇见各种错误。今天又遇见:[java] view plain copy"font-size:18px;color:#ff0000;">I1214 09:32:19.428040 11425 net.cpp:748] Ignoring source layer loss F1214 09:32:19.515925转载 2017-10-17 12:06:07 · 5664 阅读 · 0 评论 -
caffe 中 Batch Size、Iterations、epoch 的理解、设置
epoch: Forward and Backward pass of all training examples ( not used in Caffe)batch: how many images in one passiterations: how many batches1. Batch SizeBatch size in mainly depe原创 2017-12-06 18:25:50 · 1275 阅读 · 0 评论