keras-vggface icon indicating copy to clipboard operation
keras-vggface copied to clipboard

Update models.py

Open Arnab1998-cyber opened this issue 3 years ago • 0 comments

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

Arnab1998-cyber avatar May 22 '22 02:05 Arnab1998-cyber