Coder Social home page Coder Social logo

Comments (5)

david-berthelot avatar david-berthelot commented on July 17, 2024

This methodology is not MixMatch specific, we used it for all methods. Its purpose was not to stop overfitting but to minimize variance of measurements.
Generally we found the longer you train the better, we trained for 2^16K images (2^26 images) for time constraints (that's roughly a 1000 epochs).
Parameters and settings in our experiments seemed robust across all datasets.
The best suggestion I can offer is to experiment on your data, there's no secret recipe.

from mixmatch.

hzhz2020 avatar hzhz2020 commented on July 17, 2024

thanks a lot for your response and advice.

from mixmatch.

hzhz2020 avatar hzhz2020 commented on July 17, 2024

Hello again

regarding your previous reply. I am a little confused do you mean 2^16K images is an epoch? If so, why is that (if we think of an epoch as going through the whole dataset once)?

'we trained for 2^16K images (2^26 images) for the time constraints (that's roughly a 1000 epochs)'.

Thank you!

from mixmatch.

david-berthelot avatar david-berthelot commented on July 17, 2024

cifar10 has 50K images, 2^26/50000 = 1342 the exact number of training epochs.
However since almost every dataset has a different number of samples, to keep the code simple we decide to call an epoch 65536 images (2^16) and share that number for all datasets, so that every experiment on every dataset is trained on the same number of images.

from mixmatch.

hzhz2020 avatar hzhz2020 commented on July 17, 2024

Thanks for clear things up!

from mixmatch.

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.