Giter Club home page Giter Club logo

Comments (3)

vboddeti avatar vboddeti commented on August 16, 2024 2

The problem you refer to does not seem to exist in this repo, so I will close the issue here. Please open an issue on the PNN repo instead. You can re-open here if you think the problem persists in this repo.

from pytorchnet.

michaelklachko avatar michaelklachko commented on August 16, 2024 1

It does not exist in this repo, and it does not exist in PNN repo, because neither repo includes a method to calculate test dataset accuracy. Instead, PNN paper seems to use your 'running mean" accuracy to report test dataset results. If that's the case, I suggest you add the proper method here to avoid similar problems in the future.

from pytorchnet.

michaelklachko avatar michaelklachko commented on August 16, 2024 1

Actually, let me take that back: your repo does have this problem. You display "running mean" values during progress bar output, and the last shown accuracy value remains as if it were the test dataset accuracy for that epoch. See the second image in your README. The per epoch accuracies displayed in that image are not the actual test dataset accuracies, they are smoothed running means, mostly influenced by the accuracy of the last batch. That's why they vary so wildly in that image from epoch to epoch.

PNN repo, on the other hand, does not display progress bar, but simply prints accuracy for every batch on a separate line (so it's less misleading there). Yet it still seems the values reported in PNN paper used the running mean values (e.g. looking at that image again, you really should not pick 93.75% accuracy from epoch 6 as the best result of your experiment).

from pytorchnet.

Related Issues (5)

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.