rcmalli / keras-vggface

VGGFace implementation with Keras Framework
MIT License
928 stars 417 forks source link

Rename include_top to require_flatten #15

Closed HectorAnadon closed 6 years ago

HectorAnadon commented 7 years ago

Due to keras rename switch include_top to require_flatten in _obtain_input_shape

rcmalli commented 6 years ago

This is already fixed since version 0.4. Thanks for the PR.