raghakot / keras-resnet

Residual networks implementation using Keras-1.0 functional API
Other
1.39k stars 616 forks source link

Adapt Keras 2 API and remove redundant last BN/Relu #39

Closed JihongJu closed 7 years ago

JihongJu commented 7 years ago

Adapt keras 2 API according to this blog #38

Changes: A. functional API:

B Convolutional layers:

B. BatchNormalization (remove mode)

C. Polling layers

D. merge