rcmalli / keras-vggface

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

Fix broken import in models.py #89

Closed cvaugh closed 1 year ago

cvaugh commented 1 year ago

Resolves ModuleNotFoundError: No module named 'keras.engine.topology' and closes #73.

patrick-steve commented 1 year ago

Why isn't this PR accepted?

gelodefaultbrain commented 1 year ago

Can someone please merge this so that we dont need to change imports? Thank you!