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

Tf 2.6

Open smolyakov26 opened this issue 3 years ago • 1 comments

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 avatar Aug 31 '21 20:08 smolyakov26

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

ma7555 avatar Dec 15 '21 19:12 ma7555