You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While try to convert .weights to pb I got this error:
AttributeError: module 'tensorflow' has no attribute 'contrib'
File "/home/aya/Deployment_project/OpenVINO-YOLOV4/yolo_v4.py", line 5, in <module> slim = tf.contrib.slim AttributeError: module 'tensorflow' has no attribute 'contrib'
I think it's related to tf version, that the 1.x is deprecated !
The text was updated successfully, but these errors were encountered:
No, because he used tf 1.x, and all is using tf 2 now,
but you could tell me what do you wanna do?
and you also could check my answer here if you want to convert yolov4 to IR openvinotoolkit/open_model_zoo#3150 (comment)
While try to convert .weights to pb I got this error:
AttributeError: module 'tensorflow' has no attribute 'contrib'
File "/home/aya/Deployment_project/OpenVINO-YOLOV4/yolo_v4.py", line 5, in <module> slim = tf.contrib.slim AttributeError: module 'tensorflow' has no attribute 'contrib'
I think it's related to tf version, that the 1.x is deprecated !
The text was updated successfully, but these errors were encountered: