rcmalli / keras-vggface

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

Update models.py #83

Closed Arnab1998-cyber closed 1 year ago

Arnab1998-cyber commented 2 years ago

from keras.engine.topology import get_source_inputs to from keras.utils.layer_utils import get_source_inputs.

Whenever trying to import VGGFace, it shows error that no module named keras.engine.topology

rcmalli commented 1 year ago

This is fixed now.