GithubHelp home page GithubHelp logo

Performance of the model about donut HOT 1 OPEN

DriraYosr avatar DriraYosr commented on August 29, 2024
Performance of the model

from donut.

Comments (1)

kirby707 avatar kirby707 commented on August 29, 2024

The best number of epochs actually depends on your dataset. For example, the best number of epochs will be different for a small (and not-so-diverse) dataset vs. a large (and diverse) dataset.

A common practice is to split your dataset into Train and Validation splits and visualize Training Loss and Validation Loss for each epoch. The Training Loss usually goes down epoch after epoch but the Validation Loss usually reaches a minimum point and then starts going up again. Sometimes, the Validation Loss reaches the minimum point and just stays the same for the rest of the training run.

In either case, the epoch where the Validation Loss was the lowest: technically that is where the model showed the best performance (that model checkpoint should be able to analyze unseen data better than any other checkpoint).

from donut.

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.