Coder Social home page Coder Social logo

Comments (6)

david-berthelot avatar david-berthelot commented on August 16, 2024

See how to reproduce tables in runs folder:
https://github.com/google-research/mixmatch/blob/master/runs/table1.sh

Basically we pass the option --filters=135 (instead of 32), as you can see in libml/models.py the layers grow proportionally to that number in the resnet architecture (and in other architectures too).

from mixmatch.

wang3702 avatar wang3702 commented on August 16, 2024

That's to say, it starts from 135, then 270, then 405 and 540(for 4 blocks). If my understanding is correctly, I will close the issue. Thanks!

from mixmatch.

wang3702 avatar wang3702 commented on August 16, 2024

Sorry for my incorrect calculation. Here the number of filters should from 135,270,540,1080. Is that Correct?

from mixmatch.

wang3702 avatar wang3702 commented on August 16, 2024

I have checked that: that's around Total params: 104.6074160000M. In your paper, it's around 26 million parameter. Could you please explain more detailed?

from mixmatch.

wang3702 avatar wang3702 commented on August 16, 2024

I figured out:
it's 16, 135,270,540.
Total number of params: 26.1161800000M
Is my understanding correct?

from mixmatch.

david-berthelot avatar david-berthelot commented on August 16, 2024

I don't recall the exact number, in the paper we quoted 26M. When you run the code you can see the size of the network parameters layer by layer before training start.

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.