There are several tutorials online that import a VGGFace model from keras_vggface like this:
from keras_vggface.vggface import VGGFace
However, I get the following error:
ModuleNotFoundError: No module named 'keras.engine.topology'
This problem happens on my local machine, but also on Google Colab after installing keras_vggface
with
!pip install keras_vggface