GithubHelp home page GithubHelp logo

rep_exp's Introduction

重参数化验证实验

1.conv_bn 融合 将conv和bn层融合成一个卷积层

python conv_bn_fusion.py

2.分支相加 两个卷积分支相加, 使用一个卷积替代

python conv_test_add.py

3.卷积序列融合 1x1卷积接3x3卷积, 使用一个3x3卷积替代

python conv_fusion.py

4.分组卷积的融合 多个卷积结果concat, 使用一个卷积替代.方法:将多个卷积核权重在输出通道维度上进行拼接

python conv_cat.py

5.平均池化层转卷积 平均池化层是可以等价一个固定权重的卷积层

python avg_pool_tran.py

6.多尺度卷积融合 1x1卷积转为3x3卷积 .1x1 卷积核周围补0

python conv_tran.py

推理时去除残差连接. ratio=0时,repblock和rmblock并不等价.

python RMNet_exp.py

rep_exp's People

Contributors

plwy avatar

Watchers

 avatar

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.