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

When using Intel distribution of caffe to train multiple models, we find that it does not support scheduling for workload in large shared clusters, which makes our deploying very complex....

The **continuation_indicator_layer** is used to produce one blob as the bottom input for lstm layer, and this layer used the parameter below message ContinuationIndicatorParameter { optional uint32 **time_step** = 1...

When I compiled caffe, this error occurred. ``` /home/pikachu/swcontest/intel_caffe/src/caffe/layers/mkldnn_inner_product_layer.cpp:361:2: error: this ‘else’ clause does not guard... [-Werror=misleading-indentation] else ^~~~ /home/pikachu/swcontest/intel_caffe/src/caffe/layers/mkldnn_inner_product_layer.cpp:365:5: note: ...this statement, but the latter is misleadingly indented as...

I have tried to detect regions from image using selective search, and I found that the input `window` is not rounded for indexing `im`, which is why it raised error...