小浣熊百米八秒五

  • Archives

  • Categories

  • Tags

ResNet一点细节

Posted on 2019-04-23 | Edited on 2019-04-25 | In 调研笔记 | Comments: | Views:

ResNet 细节

  1. Resblock在输入输出维度不一致时的处理:
    1. 多出的维度直接填充为0
    2. 对short cut做conv+batch norm
    3. 实际实现中会对channel较多的做down sample
  2. 发现了再更
# Deep Learning # 模型细节
Batch norm 和 Instance Norm
Hello World
  • Table of Contents
  • Overview

HaojieYuan

也就随便写写别当真
14 posts
4 categories
17 tags
GitHub E-Mail
  1. 1. ResNet 细节
© 2019 HaojieYuan
Powered by Hexo v3.8.0
|
Theme – NexT.Mist v7.1.0