Git Product home page Git Product logo

regnet's People

Contributors

uvipen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

regnet's Issues

Performance for RegNetY

First, thanks for the awesome work of re-implementing RegNet.

I am having difficulty of reproducing the results for RegNetY-0.4GF. The configurations are taken from the original repo:

group_width = 8
initial_width = 48
slope = 27.89
quantized_param = 2.09
network_depth = 16

I only get 72.92 top-1 accuracy, but the original paper reported 74.2. Any thoughts on that?

Bug in building RegNetX

Hi,
Thanks for a GREAT repo!
I think there might be a bug in the creation of RegnetX here:

ls_group_width = ls_group_width.astype(np.int) * bottleneck_ratio

Why would you multiply the group_width by the bottleneck_ratio?

I will demonstrate through an example:

group_width = 16
block_width = 32
bottleneck_ratio = 2

With these set of parameters I would assume a bottleneck block will be created with 1/2 the channels in the bottleneck and 1 group convolution (i.e. standard convolution)
However: l.25 changes the groups to ls_group_width = ls_group_width.astype(np.int) * bottleneck_ratio => group_width = 32 making this block impossible and having the model FAIL!

Is this intentional or a bug?

Thank you very much

Why my Acc@5 always shown 100?

I followed the README to create data folder.
data
├── train
│ ├── n0
│ └── n1
│ └── n2
│ └── n3
│ └── n4
│── val
│ ├── n0
│ └── n1
│ └── n2
│ └── n3
│ └── n4

I modified the NUM_CLASSES = 5 at src/config.py.
And all config are default (RegnetY 200MF).

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.