Git Product home page Git Product logo

Comments (4)

saudet avatar saudet commented on May 29, 2024 1

It would probably be easier to find a way to write it with Caffe. We could then be sure the data format is compatible. Any ideas @cypof?

from sample-projects.

OleksandrGrument avatar OleksandrGrument commented on May 29, 2024

As you mentioned I created a .binaryproto file from notebook and it was different than i created before.
I wish someone knew better way to generate .binaryproto from java code, but for now it enough.

Also i found an strange check in example code in Classifier class , there is checking of channels, and it was trowing me and exceptions, but i commented this piece of code and build was succesfull and it is strange.

if (numChannels != inputLayer.channels()) { throw new IllegalStateException("Number of channels of mean file doesn't match input layer"); }

Thanks for help.

from sample-projects.

saudet avatar saudet commented on May 29, 2024

Strange, would you know @Undin ?

from sample-projects.

Undin avatar Undin commented on May 29, 2024

I don't really know but this sample is just java version of the original sample. And it has this check too.

from sample-projects.

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.