Coder Social home page Coder Social logo

yanceyzhangdl / py-faster-rcnn_cudnnv5 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 7.38 MB

py-faster-rcnn, fix cudnn v5 incompatible when GPU's Compute Capability is bigger than 3.

License: Other

CMake 1.44% Makefile 0.32% HTML 0.10% CSS 0.13% Jupyter Notebook 47.97% C++ 38.42% Shell 0.37% Python 7.08% Cuda 2.82% MATLAB 0.46% M 0.01% Protocol Buffer 0.76% C 0.13%

py-faster-rcnn_cudnnv5's People

Contributors

yanceyzhangdl avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

mengers

py-faster-rcnn_cudnnv5's Issues

make: *** [.build_release/src/caffe/layers/mat_write_layer.o] Error 1

When I make all,it turns to this error.

CXX src/caffe/layers/mat_write_layer.cpp
src/caffe/layers/mat_write_layer.cpp: In instantiation of ‘void caffe::MatWriteLayer::LayerSetUp(const std::vector<caffe::Blob>&, const std::vector<caffe::Blob>&) [with Dtype = float]’:
src/caffe/layers/mat_write_layer.cpp:68:1: required from here
src/caffe/layers/mat_write_layer.cpp:13:11: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
prefix_ = this->layer_param_.mat_write_param().prefix();
^
src/caffe/layers/mat_write_layer.cpp:14:11: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
period_ = this->layer_param_.mat_write_param().period();
^
src/caffe/layers/mat_write_layer.cpp:16:3: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
if (this->layer_param_.mat_write_param().has_source()) {
^
src/caffe/layers/mat_write_layer.cpp:17:79: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
std::ifstream infile(this->layer_param_.mat_write_param().source().c_str());
^
src/caffe/layers/mat_write_layer.cpp:19:5: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
<< this->layer_param_.mat_write_param().source();
^
src/caffe/layers/mat_write_layer.cpp:20:66: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
const int strip = this->layer_param_.mat_write_param().strip();
^
src/caffe/layers/mat_write_layer.cpp: In instantiation of ‘void caffe::MatWriteLayer::Forward_cpu(const std::vector<caffe::Blob>&, const std::vector<caffe::Blob>&) [with Dtype = float]’:
src/caffe/layers/mat_write_layer.cpp:68:1: required from here
src/caffe/layers/mat_write_layer.cpp:46:7: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
if (this->layer_param_.mat_write_param().has_source()) {
^
src/caffe/layers/mat_write_layer.cpp: In instantiation of ‘void caffe::MatWriteLayer::LayerSetUp(const std::vector<caffe::Blob>&, const std::vector<caffe::Blob>&) [with Dtype = double]’:
src/caffe/layers/mat_write_layer.cpp:68:1: required from here
src/caffe/layers/mat_write_layer.cpp:13:11: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
prefix_ = this->layer_param_.mat_write_param().prefix();
^
src/caffe/layers/mat_write_layer.cpp:14:11: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
period_ = this->layer_param_.mat_write_param().period();
^
src/caffe/layers/mat_write_layer.cpp:16:3: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
if (this->layer_param_.mat_write_param().has_source()) {
^
src/caffe/layers/mat_write_layer.cpp:17:79: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
std::ifstream infile(this->layer_param_.mat_write_param().source().c_str());
^
src/caffe/layers/mat_write_layer.cpp:19:5: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
<< this->layer_param_.mat_write_param().source();
^
src/caffe/layers/mat_write_layer.cpp:20:66: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
const int strip = this->layer_param_.mat_write_param().strip();
^
src/caffe/layers/mat_write_layer.cpp: In instantiation of ‘void caffe::MatWriteLayer::Forward_cpu(const std::vector<caffe::Blob>&, const std::vector<caffe::Blob>&) [with Dtype = double]’:
src/caffe/layers/mat_write_layer.cpp:68:1: required from here
src/caffe/layers/mat_write_layer.cpp:46:7: error: ‘class caffe::LayerParameter’ has no member named ‘mat_write_param’
if (this->layer_param_.mat_write_param().has_source()) {
^
make: *** [.build_release/src/caffe/layers/mat_write_layer.o] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.