caffe icon indicating copy to clipboard operation
caffe copied to clipboard

Caffe: a fast open framework for deep learning.

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

## Important - read before submitting ### Issue summary Not able to install glib 3.4.30 on github actinons ro run build check. I tried using `conda install -c conda-forge gcc=12.1.0`...

"make all" and "make tes"t was completed with no errors:( I'm trying "runtest" shows errors below: Note: Randomizing tests' orders with a seed of 94164 . [==========] Running 2301 tests...

### Issue summary following the guide [here](https://github.com/BVLC/caffe/wiki/Ubuntu-16.04-or-15.10-Installation-Guide), but compiling caffe in ubuntu 16.04 produces such error > > [ 79%] Building CXX object src/caffe/CMakeFiles/caffe.dir/util/signal_handler.cpp.o > make[2]: *** No rule to...

Currently the flag `-fPIC` is being set [like this](https://github.com/BVLC/caffe/blob/691febcb83d6a3147be8e9583c77aefaac9945f8/CMakeLists.txt#L49-L51): ```cmake if(UNIX OR APPLE) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -Wall") endif() ``` CMake has a property for this: `POSITION_INDEPENDENT_CODE` which can be set...

Please tell how to resolve this error? ![image](https://user-images.githubusercontent.com/67872867/170842868-cb59fb22-4538-4284-96b5-5c30a0d06024.png) ![image](https://user-images.githubusercontent.com/67872867/170842872-d0782a1b-7bc0-4f71-a05e-c79c45dd12ac.png)

### Issue summary Failed to create my own image set, Segmentation fault (core dumped). ### Steps to reproduce `create_imagenet.sh` config: ``` set -e EXAMPLE=data DATA=/scratch/Teaching/hw01220/dogs/NewImages TOOLS=/opt/caffe/build/tools TRAIN_DATA_ROOT=/scratch/Teaching/hw01220/dogs/NewImages/train_img/ VAL_DATA_ROOT=/scratch/Teaching/hw01220/dogs/NewImages/val_img/ .... GLOG_logtostderr=1...

### Issue summary i make all && make pycaffe successfully and i can run the examples successfully,but when i import caffe i got segment fault without any errror mesg.And I...

## Important - read before submitting *Please read the [guidelines for contributing](https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md) before submitting this issue!* *Please do not post installation, build, usage, or modeling questions, or other requests for...

``` template void Net::CopyTrainedLayersFrom(const NetParameter& param) { int num_source_layers = param.layer_size(); for (int i = 0; i < num_source_layers; ++i) { const LayerParameter& source_layer = param.layer(i); const string& source_layer_name =...