rcmalli / keras-vggface

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

Tf 2.6 #75

Open smolyakov26 opened 3 years ago

smolyakov26 commented 3 years ago

filename = "/usr/local/lib/python3.7/dist-packages/keras_vggface/models.py" text = open(filename).read() open(filename, "w+").write(text.replace('keras.engine.topology', 'tensorflow.keras.utils'))

ive done this to work with tf 2.6 in google colab

ma7555 commented 2 years ago

Fixed in https://github.com/rcmalli/keras-vggface/pull/80 Not sure if the dev abandoned the repo though