ksanjeevan / dourflow

Keras implementation of YOLO v2
MIT License
10 stars 5 forks source link

Error when using new tensorflow version #5

Open karthika95 opened 5 years ago

karthika95 commented 5 years ago

I am using tensorflow version 1.14, and the code seems to be not compatible with it. It's raising errors saying 'deprecated' while training and validating. The code works fine for image and video object detection. How do I run the code with my tensorflow version?