Giter VIP home page Giter VIP logo

Comments (8)

tdeboissiere avatar tdeboissiere commented on July 2, 2024 1

I reran the CIFAR100 experiment ONCE for each optimizer (cf. https://github.com/tdeboissiere/DeepLearningImplementations/tree/master/Eve) and this time, Eve outperforms the other 2.

from sgd-feedback.

jayanthkoushik avatar jayanthkoushik commented on July 2, 2024

Yup! You're right - it's a typo in the paper. Thank you very much for pointing this out - we'll rectify this as soon as possible.

from sgd-feedback.

tdeboissiere avatar tdeboissiere commented on July 2, 2024

By the way, what were the best parameters (learning rate, decay) for Eve on CIFAR 100 ?

I am unable to reproduce your results on this dataset.

from sgd-feedback.

jayanthkoushik avatar jayanthkoushik commented on July 2, 2024

Hi @tdeboissiere: for that experiment the best parameters for Eve are learning rate 0.0001 and decay 0.0001. What results did you get?

from sgd-feedback.

tdeboissiere avatar tdeboissiere commented on July 2, 2024

Eve actually did worse than Adam and SGD. My best guess is that without a lower learning rate + annealing, training is quite hard. I also had to switch on BatchNorm to get any optimizer to work.

I tried both you implementation and mine with much the same results.

What were the best parameters for SGD and Adam ?

from sgd-feedback.

jayanthkoushik avatar jayanthkoushik commented on July 2, 2024

Did you try the learning rates I mentioned?

The best parameters for SGD, Adam:
SGD Nesterov: lr 0.01, decay 0.0001
Adam: lr 0.0001, decay - turns out to not have been saved because of a previous bug in Keras. But I would imagine it's the same as for Eve: 0.0001. I will try to run the cross-validation again when I can

from sgd-feedback.

tdeboissiere avatar tdeboissiere commented on July 2, 2024

I am going to run the experiments on CIFAR100 with the best parameters you found. Did you use BatchNorm in the end ?

from sgd-feedback.

jayanthkoushik avatar jayanthkoushik commented on July 2, 2024

No, I didn't. The exact model is in src/models.py (get_big_cnn_model)

from sgd-feedback.

Related Issues (1)

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.