Code Monkey home page Code Monkey logo

Comments (4)

WhiteLie98 avatar WhiteLie98 commented on August 28, 2024

a9c8204d9aaa64259e1d1bc423f8b25
These are the results of logs.

from mae.

IcarusWizard avatar IcarusWizard commented on August 28, 2024

Yes, the model is overfitting since cifar10 is a small dataset and we did not perform any data augmentation.

If you wonder why the accuracy is still increasing too, that is because the model is trading accuracy with the cost of perplexity. That is it gets less certain about the right classification, e.g. decrease the probability from 0.9 to 0.6, but get more things right.

from mae.

WhiteLie98 avatar WhiteLie98 commented on August 28, 2024

I see. And where should I extend the dataset by using data augmentations? In the pretrain program or fine-tuning program?
p.s. I'm sorry to ask such questions as this was the first CV program I run.

from mae.

IcarusWizard avatar IcarusWizard commented on August 28, 2024

You can add data augmentations when defining the dataset, i.e. changing the transform from here. Something like RandomResizedCrop should be very helpful. But unfortunately, I do not have the computation resource to verify.

from mae.

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.