Coding, Filming, and Nothing
article thumbnail
PyTorch Implementation of DenseNet: Densely Connected Convolutional Networks

info **DenseNet: Densely Connected Convolutional Networks** *Gao Huang, Zhuang Liu, Laurens van der Maaten, Kilian Q. Weinberger* [[paper](https://arxiv.org/abs/1608.06993)] CVPR 2017 구현 깃허브: https://github.com/Ahn-Ssu/model-implementation - DenseNet 입니다. 특별한 내용은 없고, ResNet의 Residual connection( sum skip connection)을 concatenation으로 변경을 한 skip connection을 제안하였습니다. (dense connectivity pattern을 가진..