Top "Caffe" questions

Caffe is a fast deep learning framework.

make pycaffe fatal error: 'Python.h' file not found

I compiled caffe on a mac running OSX 10.9.5 and I know trying to compile pycaffe. When I run make pycaffe …

python macos compiler-errors neural-network caffe
Caffe: opencv error

I've built opencv 3.0 from source and can run a few sample apps, build against the headers ok so I presume …

c++ opencv python-3.x opencv3.0 caffe
Setting GLOG_minloglevel=1 to prevent output in shell from Caffe

I'm using Caffe, which is printing a lot of output to the shell when loading the neural net. I'd like …

python neural-network deep-learning caffe glog
How to enable multithreading with Caffe?

I would like to compile / configure Caffe so that when I trained an artificial neural network with it, the training …

multithreading ubuntu neural-network deep-learning caffe
nvcc fatal : Unsupported gpu architecture 'compute_20' while cuda 9.1+caffe+openCV 3.4.0 is installed

I have installed CUDA 9.1+cudnn-9.1+opencv 3.4.0+caffe. When I tried to run make all -j8 in caffe directory, this error …

opencv cmake cuda caffe cudnn
Convert Tensorflow model to Caffe model

I would like to be able to convert a Tensorflow model to Caffe model. I searched on google but I …

tensorflow caffe
Building Caffe on Ubuntu: make can't find Boost's include files

I am following these instructions to install and build Caffe along with its dependencies. I built Boost and got this …

ubuntu boost include caffe
How should "BatchNorm" layer be used in caffe?

I am a little confused about how should I use/insert "BatchNorm" layer in my models. I see several different …

machine-learning neural-network deep-learning caffe batch-normalization
Custom padding for convolutions in TensorFlow

In tensorflow function tf.nn.conv2d, the padding option just has 'SAME' and 'VALID'. But in the conv layer …

python tensorflow caffe
"/usr/bin/ld: cannot find -lopenblas" error in Caffe compilation

When I was compiling Caffe, I had this error, despite OpenBLAS is installed: AR -o .build_release/lib/libcaffe.a …

caffe openblas