fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

Keras requires TensorFlow 2.2 or higher #1402

Closed linchunmian closed 4 years ago

linchunmian commented 4 years ago

Hi, everyone. I encountered this problem of keras bug as shown in following figure, could you please help me solve it? I checked my keras and tensorflow version, with both 2.x. But the problem is remained. What is the problem? Screenshot from 2020-06-30 16-42-44

hgaiser commented 4 years ago

This is not related to keras-retinanet (the import error comes from Keras itself). Which versions are you using?

linchunmian commented 4 years ago

This is not related to keras-retinanet (the import error comes from Keras itself). Which versions are you using?

what do you mean? My keras version is 2.4.3, but I confuse why this problem would occur? Screenshot from 2020-06-30 16-48-05

hgaiser commented 4 years ago

Hmm 2.4.3 ? I haven't used that version of Keras. You might have better luck with 2.3.1.

linchunmian commented 4 years ago

Hmm 2.4.3 ? I haven't used that version of Keras. You might have better luck with 2.3.1. Lower version would be better? I don't understand the reason behind it. Could you explain for me in detail? Thanks in advance!

stale[bot] commented 4 years ago

This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.