Git Product home page Git Product logo

genet's People

Contributors

hujie-frank 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  avatar  avatar  avatar  avatar

genet's Issues

About Global depth-wise convolution

@hujie-frank To my understanding, global convolution means to set the kernel size equals the current feature size, so this module can only be used on images which have the same sizes for training and testing? Is that right?

The main difference of SENet and GENet?

I noticed that SENet used two 11Conv after global pool.But In the GENet's Parameter-free version,it not use the 11Conv after global pool. And the two module look very similar. So the main difference of SENet and GENet?

PyTorch Code of GE-theta Plus

Hello, can you please provide PyTorch implementation of the best performing block you have? (Just the code of the relevant block / module would be sufficient, rather than a whole working script). Thank you.

hyper-parameters for cifar on GENet

Hello Jie,
Could you please share the hyper-parameters for GENet on CIFAR10/100, I can not reproduce the result based on hyper-parameters mentioned in here.
Currently, the result(original preact-Resnet110 on CIFAR10/100) I reproduced is better than original paper. But when I add SE modules on it and train with same hyper-parameters, the result I obtained is much less than that in your paper.
top1 err of SE-resnet110 on CIFAR10/100 is 5.42% | 25.94%

Request code for non-global gather operation

Hi there,

It seems that you only release the code with global gathering.

Parameter free: all gather layers use global-average-pooling, e.g. this line.

Parameter (depth-wise-conv): you are using kernel-size that is the same as feature spatial size, e.g. this line

Could you release the code for local-wise gathering? (e.g. downsample with a factor of 8/4/2 and then interpolate during exciting) @hujie-frank

About the reported accuracy of SENet and Baseline models

There are some interesting ideas in GENet, nice job!
After reading your paper, I notice that the reported accuracy of SENet and Baseline model (i.e., original ResNets) are quite different from SENet paper (~1.% higher). But there is no data augmentation reported in your experiments. Did I miss something?
Without data augmentation, could GENet still outperform ResNets that much? (only use random crop+flip and 90 epochs). THX.

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.