Published
- 1 min read
No module named `keras.engine.topology`
The solution for this is noted below
No module named keras.engine.topology
Solution
In the keras_vggface/models.py file, change the import from:
from keras.engine.topology import get_source_inputs
to:
from keras.utils.layer_utils import get_source_inputs
Try other methods by searching on the site. That is if this doesn’t work