Skip to content

Commit

Permalink
Fixed Issue keras-team#185
Browse files Browse the repository at this point in the history
  • Loading branch information
asukakenji authored May 11, 2020
1 parent bc89834 commit 2dd3d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras_applications/resnet_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Reference paper
- [Aggregated Residual Transformations for Deep Neural Networks]
(https://arxiv.org/abs/1611.05431) (CVPR 2017)
- [Identity Mappings in Deep Residual Networks]
(https://arxiv.org/abs/1603.05027) (ECCV 2016)
# Reference implementations
Expand Down

0 comments on commit 2dd3d56

Please sign in to comment.