qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

AttributeError: module 'tensorflow' has no attribute 'reset_default_graph' #741

Open nazi96 opened 3 years ago

nazi96 commented 3 years ago

hi every one would you please help me! how can I fix this error?

pgw928 commented 3 years ago

change a version of tensorflow. In my case, I used TF==1.15.3 and Keras==2.2.4. Warnning might appear but It's not error.