Top "Caffe" questions

Caffe is a fast deep learning framework.

Is it good learning rate for Adam method?

I am training my method. I got the result as below. Is it a good learning rate? If not, is …

machine-learning neural-network deep-learning caffe
protobuf common.h "No such file"

I am trying to install Caffe, and I am running into this frustrating error. When I run make I get …

protocol-buffers caffe
Cheat sheet for caffe / pycaffe?

Does anyone know whether there is a cheat sheet for all important pycaffe commands? I was so far using caffe …

ipython-notebook caffe pycaffe
A guide to convert_imageset.cpp

I am relatively new to machine learning/python/ubuntu. I have a set of images in .jpg format where half …

image-processing machine-learning deep-learning computer-vision caffe
A simple Convolutional neural network code

I am interested in convolutional neural networks (CNNs) as a example of computationally extensive application that is suitable for acceleration …

deep-learning caffe
What is the proper way to weight decay for Adam Optimizer

Since Adam Optimizer keeps an pair of running averages like mean/variance for the gradients, I wonder how it should …

tensorflow deep-learning caffe torch mxnet
Could not insert 'nvidia_352': No such device

I am trying to run caffe on Linux Ubuntu. After installation, I run caffe in gpu and the error is …

linux ubuntu cuda nvidia caffe
Caffe | Check failed: error == cudaSuccess (2 vs. 0) out of memory

I am trying to train a network on Caffe. I have image size of 512x640. Batch size is 1. I'm trying …

amazon-web-services neural-network deep-learning caffe
How to increase validation accuracy with deep neural net?

I am trying to build a 11 class image classifier with 13000 training images and 3000 validation images. I am using deep neural …

deep-learning caffe mxnet
how do I update cuDNN to a newer version?

the cuDNN installation manual says ALL PLATFORMS Extract the cuDNN archive to a directory of your choice, referred to below …

linux ubuntu nvidia caffe cudnn