Giter VIP home page Giter VIP logo

Comments (6)

drinkingkazu avatar drinkingkazu commented on September 4, 2024

Yeah this is terrible. We must fix it. I guess a natural place is to take out from prototxt. I'll take a look.

from larcv.

drinkingkazu avatar drinkingkazu commented on September 4, 2024

I changed apcaffe_cleanup branch of caffe repository (our fork). One needs to pull & re-build caffe.

from larcv.

drinkingkazu avatar drinkingkazu commented on September 4, 2024

@vgenty I believe this is confirmed to be fixed. If you agree would you close it?

from larcv.

vgenty avatar vgenty commented on September 4, 2024

I await your push to https://github.com/LArbys/caffe which resolves out of scope filler in src/caffe/layers/root_data_layer.cpp

src/caffe/layers/root_data_layer.cpp: In member function 'virtual void caffe::ROOTDataLayer<Dtype>::LoadROOTFileData()':
src/caffe/layers/root_data_layer.cpp:36:14: error: 'filler' was not declared in this scope
     }else if(filler.thread_config()){
              ^
src/caffe/layers/root_data_layer.cpp:37:13: error: redeclaration of 'auto& filler'
       auto& filler = ::larcv::ThreadFillerFactory::get_filler(name);
             ^
src/caffe/layers/root_data_layer.cpp:36:14: error: '<typeprefixerror>filler' previously declared here
     }else if(filler.thread_config()){
              ^
src/caffe/layers/root_data_layer.cpp:56:8: error: 'filler' was not declared in this scope
     if(filler.thread_config()) {
        ^
src/caffe/layers/root_data_layer.cpp:57:13: error: redeclaration of 'auto& filler'
       auto& filler = ::larcv::ThreadFillerFactory::get_filler(name);
             ^
src/caffe/layers/root_data_layer.cpp:56:8: error: '<typeprefixerror>filler' previously declared here
     if(filler.thread_config()) {
        ^
make: *** [.build_debug/src/caffe/layers/root_data_layer.o] Error 1
make: *** Waiting for unfinished jobs....

make: *** wait: No child processes.  Stop.

from larcv.

drinkingkazu avatar drinkingkazu commented on September 4, 2024

yep sorry just forgot about it. Here: LArbys/caffe@0550386

from larcv.

vgenty avatar vgenty commented on September 4, 2024

thanks, i confirmed it builds OK

from larcv.

Related Issues (20)

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.