I'm getting the following error:
ModuleNotFoundError: No module named 'keras.backend.tensorflow_backend'; 'keras.backend' is not a package
when I try to run facecompare. So far I've tried changing keras and TF versions (as per https://stackoverflow.com/questions/58047454/how-to-fix-module-keras-backend-tensorflow-backend-has-no-attribute-is-tf) but I haven't found a solution that works yet.
Using tensorflow 2.3.0, keras 2.4.3 and python 3.8.5