Google Colab not running: NameError
26medias opened this issue · 1 comments
26medias commented
Hi,
I'm getting an error on this step:
Seems to be an issue with the way models/detector/face_detector.py finds the directory to load from.
Screenshot:
https://i.imgur.com/K7vS9d1.png
Filesystem:
https://i.imgur.com/s1gHgWe.png
Is it running for you?
26medias commented
Found the issue: models/detector/s3fd/model.py:11
self.gamma_init = initializers.get(gamma_init)
-> self.gamma_init = tf.keras.initializers.get(gamma_init)