deep-learning-models
deep-learning-models copied to clipboard
Resnet50 has wrong shape after stem - problem was corrected in keras-applications version.
This implementation has the same error (missing ZeroPadding2D after stem) that the version in keras-application had, which has been fixed. See issue: https://github.com/keras-team/keras-applications/issues/30