mystic123 / tensorflow-yolo-v3

Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)
https://medium.com/@pawekapica_31302/implementing-yolo-v3-in-tensorflow-tf-slim-c3c55ff59dbe
Apache License 2.0
893 stars 353 forks source link

AttributeError: module 'tensorflow' has no attribute 'contrib' #97

Open lawliet1997 opened 4 years ago

lawliet1997 commented 4 years ago

this seems to be version issue of tensorflow.. i converted convert_weights,py to tensor flow 2.0 but cant seem to convert yolo_v3.py

Any help..??

Loc-Vo commented 3 years ago

I have the same issue, and fixed it by downgrande tf to 1.15 pip3 install tensorflow==1.15