Giter Club home page Giter Club logo

Comments (3)

dyhan0920 avatar dyhan0920 commented on June 10, 2024 1

Hello @steve2972! Sorry for the late reply.

For the first question, the implementation using simple addition is to take advantage of a simple implementation (in Pytorch) of shortcuts without any additional parameters. I have not tested the shortcut connection with a projection using 1x1 conv with BN but guess using projection shortcut may have a possibility to improve the accuracy due to extra parameters. Notice that the inverted bottleneck with the stride of 2 does not have a shortcut.

Next, after the depthwise convolution, a pointwise convolution follows:

ConvBNAct(out, in_channels=dw_channels, channels=channels, active=False, relu6=True)
.

Best regards,
Dongyoon

모델에 관심을 가져주셔서 감사합니다! 여기 issue나 제 개인 메일을 통해서 언제든지 궁금하신 사항 남겨주시면 답변 드리겠습니다.

감사합니다.

from rexnet.

bonlime avatar bonlime commented on June 10, 2024

Regarding your first question - while authors probably didn't experiment with this design choice, there is a paper which proposes to use partial residuals and shows that it has some nice properties in terms of gradient propagation - Partial Residual Networks

from rexnet.

dyhan0920 avatar dyhan0920 commented on June 10, 2024

@bonlime Thanks for the suggestion. Our model is an instance model to provide see how the rank expansion affects the model performance, so one can replace the basic modules with any components. I will put the partial residual module into the list of things to do in the future.

from rexnet.

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.