Giter Site home page Giter Site logo

Comments (3)

MarkDaoust avatar MarkDaoust commented on August 15, 2024

Hi,

99.9 sounds a little high ... are you cross validating to make sure you aren't overfitting your data?

IMAGE_MEAN and IMAGE_STD aren't meant to be a function of the images. They're more a question of the expected input range of the the network being used. Some nets want the input on the [0,255] range, others [0,1], others [-1,1],... and having these "mean" and "variance" parameters to do what looks like a Z-score normalization (subtract the mean, and divide by the variance) is a simple way to enforce that.

I really don't think they're the cause of your problem.

Good luck!

from tensorflow-for-poets-2.

MarkDaoust avatar MarkDaoust commented on August 15, 2024

If you really want to try, the values are right there in ClassifierActivity.java but you should not have to update these, I'm prrety sure it can only make things worse.

from tensorflow-for-poets-2.

Digital2Slave avatar Digital2Slave commented on August 15, 2024

@MarkDaoust Thanks a lot. I just followed the steps post in tensorflow-for-poets-2. I will do cross validating to make sure whether the model overfitting or not.
The retrain.py is here which seem like contain validation sets.

from tensorflow-for-poets-2.

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.