caffe icon indicating copy to clipboard operation
caffe copied to clipboard

modified version of caffe which support DeconvNet and DecoupledNet

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

in file [https://github.com/HyeonwooNoh/caffe/blob/master/src/caffe/layers/unpooling_layer.cpp](https://github.com/HyeonwooNoh/caffe/blob/master/src/caffe/layers/unpooling_layer.cpp) you asked: TODO(Yangqing): Is there a faster way to do unpooling in the channel-first I tried also to implement a fast ForwardMaxUnPooling. I only made the GPU...

Ubuntu 14.04, OpenCV 3 , cuda 7.0 Everything goes well with original branch of Caffe, but i can't compile your Caffe code, with or without comment "USE_CUDNN := 1", i...

when i build the project with cudnn enable .it gives me a error .project has used a struct that does not initialized in cuddn.h .i checked it. cudnntensor4dstruct is the...

CMake Error at src/caffe/proto/cmake_install.cmake:40 (FILE): file INSTALL cannot find "/home/will/deepLearning/DecoupledNet/caffe-master/build/src/caffe/proto/caffe_pretty_print_pb2.py". Call Stack (most recent call first): src/caffe/cmake_install.cmake:41 (INCLUDE) cmake_install.cmake:42 (INCLUDE) make: **\* [install] Error 1 I don't find caffe_pretty_print_pb2.py in...

Cannot find the function **Transformer** to preprocess the image. File "tst.py", line 18, in transformer = caffe.io.Transformer({'data': net.blobs['data'].data.shape}) AttributeError: 'module' object has no attribute 'Transformer

Hi, I was wondering is this version of caffe can be interfaced with MATLAB or not? When I tried to make matcaffe I faced an error since there is no...

I‘ve follow the suggestions #9 ’ that fix this problem by using cuDNN v1 cudnn.h file. However, I get the following errors. ![qq 20161010174415](https://cloud.githubusercontent.com/assets/6830015/19232235/3b90dc56-8f11-11e6-819e-049f873a7a56.jpg) Any suggestions as to what might...

## When I try to set up modified Caffe Version to execute DeConvnet, I get errors in Make all as: CXX/LD -o .build_release/test/test_all.testbin src/caffe/test/test_caffe_main.cpp /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libopencv_highgui.so: undefined reference to `TIFFReadRGBAStrip@LIBTIFF_4.0' /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libopencv_highgui.so:...

Errors like "./include/caffe/util/cudnn.hpp:73:29: error: ‘cudnnTensor4dDescriptor_t’ was not declared in this scope" appears. After I comment 'USE CuDNN' in Makefile.config, I meet these: " src/caffe/layers/window_data_layer.cpp:26:11: error: ‘const int CV_LOAD_IMAGE_COLOR’ redeclared as...