Top "Caffe" questions

Caffe is a fast deep learning framework.

What is a `"Python"` layer in caffe?

Caffe has a layer type "Python". For instance, this layer type can be used as a loss layer. On other …

python machine-learning neural-network deep-learning caffe
Using GPU despite setting CPU_Only, yielding unexpected keyword argument

I'm installing Caffe on an Ubuntu 14.04 virtual server with CUDA installed (without driver) using https://github.com/BVLC/caffe/wiki/…

python caffe
Check failed: mdb_status == 0 (2 vs. 0) No such file or directory

I received the following error while I was training the data. I have tried all the solutions given on the …

machine-learning computer-vision deep-learning caffe lmdb
Compiling Caffe C++ Classification Example

I recently modified the Caffe C++ classification example file and I am trying to recompile it. However, I'm having trouble …

c++ machine-learning neural-network deep-learning caffe