Top "Caffe" questions

Caffe is a fast deep learning framework.

Caffe Compilation Error: gflags.cc' is being linked both statically and dynamically into this executable

I am trying to install caffe following this tutorial Basically I have the following error when I type the last …

c++ makefile deep-learning caffe gflags
fine-tuning with VGG on caffe

I'm replicating the steps in http://caffe.berkeleyvision.org/gathered/examples/finetune_flickr_style.html I want to change the …

neural-network deep-learning computer-vision caffe vgg-net
Pycharm Couldn't connect to console process

I recently installed Caffe along with OpenCV and other dependencies. Pycharm worked well for 2 days and today I can't start …

python pycharm caffe pycaffe
How to use classes to "control dreams"?

Background I have been playing around with Deep Dream and Inceptionism, using the Caffe framework to visualize layers of GoogLeNet, …

deep-learning caffe conv-neural-network imagenet deep-dream
Ubuntu 17.10: Where is Caffe installed?

The package Digits requires an environment variable to be set with the location of Caffe install directory. The simple way …

caffe apt nvidia-digits
caffe data layer example step by step

I want to find a caffe python data layer example to learn. I know that Fast-RCNN has a python data …

neural-network deep-learning caffe pycaffe
How can I speed up deep learning on a non-NVIDIA setup?

Since I only have an AMD A10-7850 APU, and do not have the funds to spend on a $800-$1200 …

tensorflow deep-learning theano caffe torch
Caffe Multiple Input Images

I'm looking at implementing a Caffe CNN which accepts two input images and a label (later perhaps other data) and …

image machine-learning neural-network deep-learning caffe
Caffe: Understanding expected lmdb datastructure for blobs

I'm trying to understand how data is interpreted in Caffe. For that I've taken a look at the Minst Tutorial …

caffe lmdb
error: function "atomicAdd(double *, double)" has already been defined

I get this error while trying to compile the caffe derivative DeepLab_v2 on Ubuntu 14.04.5 with Cuda 8.0. Does anyone know …

cuda caffe