Top "Caffe" questions

Caffe is a fast deep learning framework.

How to verify CuDNN installation?

I have searched many places but ALL I get is HOW to install it, not how to verify that it …

cuda computer-vision caffe conv-neural-network cudnn
NameError: name 'get_ipython' is not defined

I am working on Caffe framework and using PyCaffe interface. I am using a Python script obtained from converting the …

python ipython caffe pycaffe
Importing caffe results in ImportError: "No module named google.protobuf.internal" (import enum_type_wrapper)

I installed Anaconda Python on my machine. When I start the Python Interpreter and type "import caffe" in the Python …

python caffe protocol-buffers
'utf-8' codec can't decode byte 0x80

I'm trying to download BVLC-trained model and I'm stuck with this error UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 …

python utf-8 caffe
Common causes of nans during training

I've noticed that a frequent occurrence during training is NANs being introduced. Often times it seems to be introduced by …

machine-learning neural-network deep-learning caffe gradient-descent
What is `weight_decay` meta parameter in Caffe?

Looking at an example 'solver.prototxt', posted on BVLC/caffe git, there is a training meta parameter weight_decay: 0.04 What …

machine-learning neural-network deep-learning caffe gradient-descent
What is `lr_policy` in Caffe?

I just try to find out how I can use Caffe. To do so, I just took a look at …

machine-learning neural-network deep-learning caffe gradient-descent
How to change CUDA version

I met this error when compiling a modified caffe version. OpenCV static library was compiled with CUDA 7.5 support. Please, use …

linux opencv caffe opencv3.0
Import caffe error

i compiled caffe successfully in my ubuntu machine but cannot import in python. Caffe is installed /home/pbu/Desktop/caffe …

python caffe
Caffe didn't see hdf5.h when compiling

I am having trouble when installing Caffe Deep Learning Framework on Python: When I run make command at caffe directory, …

python deep-learning caffe