You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
- [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:
Source Code:
keras-applications/keras_applications/resnet_v2.py
Lines 3 to 6 in bc89834
The paper for ResNetV2 should be "Identity Mappings in Deep Residual Networks" instead of "Aggregated Residual Transformations for Deep Neural Networks", as mentioned in:
keras-applications/keras_applications/resnet_common.py
Lines 3 to 10 in bc89834
The wrong paper is ResNeXt, as mentioned in:
keras-applications/keras_applications/resnext.py
Lines 3 to 6 in bc89834
The text was updated successfully, but these errors were encountered: