keras-yolo3
keras-yolo3 copied to clipboard
AttributeError: module 'keras.backend' has no attribute 'control_flow_ops'
maybe you should change the version of keras
I have solved my own issue by downgrading the version from 2.2.4 to 2.1.5.
You can also change the 'control_flow-ops' to tf in upgraded keras.
That is K.control_flow_ops.while.. to tf.while...
Hope it will solve the problem