Top "Caffe" questions

Caffe is a fast deep learning framework.

How to design deep convolutional neural networks?

As I understand it, all CNNs are quite similar. They all have a convolutional layers followed by pooling and relu …

neural-network deep-learning caffe convolution conv-neural-network
LSTM module for Caffe

Does anyone know if there exists a nice LSTM module for Caffe? I found one from a github account by …

neural-network deep-learning caffe lstm recurrent-neural-network
How to reshape a blob in Caffe?

How to reshape a blob of the shape N x C x H x W to N x 1 x (C*…

neural-network reshape deep-learning caffe
Error in creating LMDB database file in Python for Caffe

I'm trying to create an LMDB data base file in Python to be used with Caffe according to this tutorial. …

python numpy anaconda caffe lmdb
Monitor training/validation process in Caffe

I'm training Caffe Reference Model for classifying images. My work requires me to monitor the training process by drawing graph …

c++ classification deep-learning caffe conv-neural-network
Extracting weights from .caffemodel without caffe installed in Python

Is there a relatively simple way to extract weights in Python from one of the many pretrained models in Caffe …

python neural-network deep-learning caffe pycaffe
Generating LMDB for Caffe

I am trying to build a deep learning model for Saliency analysis using caffe (I am using the python wrapper). …

python neural-network deep-learning caffe lmdb
What's the triplet loss back propagation gradient formula?

I am trying to use caffe to implement triplet loss described in Schroff, Kalenichenko and Philbin "FaceNet: A Unified Embedding …

computer-vision neural-network deep-learning caffe gradient-descent
What does "InitGoogleLogging" do?

I've been modifying an example C++ program from the Caffe deep learning library and I noticed this code on line 234 …

c++ machine-learning deep-learning caffe glog
Test labels for regression caffe, float not allowed?

I am doing regression using caffe, and my test.txt and train.txt files are like this: /home/foo/caffe/…

neural-network regression deep-learning caffe