Skip to content

Commit

Permalink
添加【深度学习】深度学习中的五种归一化(BN、LN、IN、GN和SN)方法简介
Browse files Browse the repository at this point in the history
  • Loading branch information
amusi committed Dec 12, 2020
1 parent a026903 commit 07c8b6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/深度学习.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ if (this->layer_param_.pooling_param().pool() == PoolingParameter_PoolMethod_MAX

**参考资料**

- [深度学习中的五种归一化(BN、LN、IN、GN和SN)方法简介](https://blog.csdn.net/u013289254/article/details/99690730)

- [BatchNormalization、LayerNormalization、InstanceNorm、GroupNorm、SwitchableNorm总结](https://blog.csdn.net/liuxiao214/article/details/81037416)

## 优化算法
Expand Down

0 comments on commit 07c8b6d

Please sign in to comment.