caffe icon indicating copy to clipboard operation
caffe copied to clipboard

This fork of BVLC/Caffe is dedicated to improving performance of this deep learning framework when running on CPU, in particular Intel® Xeon processors.

Results 75 caffe issues
Sort by recently updated
recently updated
newest added

Please consider merging this upstream

hi, I downloaded and installed intel-caffe,and I called the python interface to do the test and it worked fine.But when I try to run my own ssd_detect.cpp, this error occurs:...

Hi, As per MKLDNN [documentation](https://github.com/intel/mkl-dnn), it supports image segmentation networks like SegNet, FCN..etc. Is there any benchmark results(_inference_) for **SegNet** model using MKLDNN library. If exists, can you please share...

error: this 'else' clause does not guard... [-Werror=misleading-indentation]

Error downloading epel-release-7-10.noarch.rpm. The link is broken: http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-10.noarch.rpm

I want to test the accuracy loss with 8-bit quantization, I followed the guide from https://github.com/intel/caffe/wiki/Introduction-of-Accuracy-Calibration-Tool-for-8-Bit-Inference to run my model. I pull the docker image with intel-caffe from the docker...

All, I am trying to creat the caffe model for the database GTSRB, I am using the tuto for imagenet, and I'm having problems generating the mean.binaryproto and I have...

Hi, I got a few problems when try to run caffe on distributed nodes, but it works well when have multiple processes on the same node. The errors are shown...

The improvement of this version is mainly aimed at multiple label regression problems. By improving LMDB reading and writing, the Intel caffe LMDB database can directly support multi label regression...