rcmalli / keras-vggface

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

Tf 2.6 #76

Closed smolyakov26 closed 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

smolyakov26 commented 3 years ago

Duplicate