From 15bb1e8c3588c79d95c5d8fdc6ae153d3b070368 Mon Sep 17 00:00:00 2001 From: Siu Ching Pong -Asuka Kenji- Date: Mon, 11 May 2020 21:00:58 +0800 Subject: [PATCH] Fixed Issue #185 Signed-off-by: Siu Ching Pong -Asuka Kenji- --- keras_applications/resnet_v2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keras_applications/resnet_v2.py b/keras_applications/resnet_v2.py index 3c0b67b..94c4a25 100644 --- a/keras_applications/resnet_v2.py +++ b/keras_applications/resnet_v2.py @@ -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