You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the TensorFlow backend used in this Keras model is still on tf 1.0, so when I trymtcnn = MTCNN(), I get an error of AttributeError: module 'tensorflow' has no attribute 'get_default_graph'
Can you please implement a version compatible with tf2.0?
The text was updated successfully, but these errors were encountered:
Looks like the TensorFlow backend used in this Keras model is still on tf 1.0, so when I try
mtcnn = MTCNN()
, I get an error ofAttributeError: module 'tensorflow' has no attribute 'get_default_graph'
Can you please implement a version compatible with tf2.0?
The text was updated successfully, but these errors were encountered: