keras-team/keras-applications

Wrong Reference Paper in ResNetV2 (typo in comments)

asukakenji opened this issue · 0 comments

Source Code:

# Reference paper
- [Aggregated Residual Transformations for Deep Neural Networks]
(https://arxiv.org/abs/1611.05431) (CVPR 2017)

The paper for ResNetV2 should be "Identity Mappings in Deep Residual Networks" instead of "Aggregated Residual Transformations for Deep Neural Networks", as mentioned in:

# Reference papers
- [Deep Residual Learning for Image Recognition]
(https://arxiv.org/abs/1512.03385) (CVPR 2016 Best Paper Award)
- [Identity Mappings in Deep Residual Networks]
(https://arxiv.org/abs/1603.05027) (ECCV 2016)
- [Aggregated Residual Transformations for Deep Neural Networks]
(https://arxiv.org/abs/1611.05431) (CVPR 2017)

The wrong paper is ResNeXt, as mentioned in:

# Reference paper
- [Aggregated Residual Transformations for Deep Neural Networks]
(https://arxiv.org/abs/1611.05431) (CVPR 2017)