Giter VIP home page Giter VIP logo

Comments (4)

Eric-mingjie avatar Eric-mingjie commented on May 27, 2024 1

residual layer有两个通道,一个通道有卷积和bn,另一个通道一般都是identity mapping,我说的主干道就是identity mapping这个通道。这样做之所以能保证主干道channel数不变,是因为我们保证了卷积通道的input 和output的channel数和原来保持一致,这样才能和identity 通道出来的output相同维度,从而相加。之所以这样实现就是主干道channel数不变的体现。建议可以仔细去看下resnet的结构。

from network-slimming.

Eric-mingjie avatar Eric-mingjie commented on May 27, 2024

这样是为了保证主干道的channel数不变,如果没有channel selection layer, 主干道的channel数没法保证一致。

from network-slimming.

YuQi9797 avatar YuQi9797 commented on May 27, 2024

from network-slimming.

YuQi9797 avatar YuQi9797 commented on May 27, 2024

from network-slimming.

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.