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

Patched source code to make Intel Caffe compatible to the latest OpenCV 4

I have built this version of Caffe successfully and trained the crack and the insulator identification systems respectively on Ubuntu 16.04 64-bit OS, and some seperate caffemodels are generated then,...

Ubuntu 18.04 Atom processor starting container process caused: exec: "caffe": executable file not found in $PATH: unknown.

I have a full convolutional network. when I input variable data into the net, memory keeps growing. when I modify the souce code, to use origin caffe convolutional layer instead...

Fixed a build error regarding MKLDNN.

net = caffe.Net('resnet18.prototxt', 'resnet18.caffemodel', caffe.TEST) for layer_name, param in net.params.iteritems(): print(layer_name)**# Result is NULL** Intel Caffe net.params.iteritems() is Empty , Master Caffe is work;

Fix for #304 This PR adds a CMake flag -DWARNING_AS_ERROR which controls this behaviour. It defaults to ON so that users who are unaware of this feature will see no...

Due to a bug in CMake: https://gitlab.kitware.com/cmake/cmake/-/issues/16528 It is require to force `UPDATE_COMMAND /bin/true` to bypass a spurious git rebase operation here https://github.com/intel/caffe/blob/3f494b442ee3f9d17a07b09ecbd5fa2bbda00836/cmake/MKLDNN.cmake#L35-L37

Currently, unless the user builds Caffe with -DCODE_COVERAGE=ON, the CMakefile hard-codes the -Werror flag to the compiler. This means that the build is breaking for trivial reasons. I can understand...

I followed https://github.com/intel/caffe/wiki/Install-Intel-Caffe to build intel-caffe. Using `gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609` Command line: `cd caffe` `scripts/prepare_env.sh --compiler gcc` I got the error: `CXX examples/cpp_classification/classification.cpp` `AR -o .build_release/lib/libcaffe.a` `LD -o...