Traceback (most recent call last):
File "convert_weights_pb.py", line 5, in
import yolo_v3
File "/home/de-gpu-005/joel/tensorflow-lite-YOLOv3/yolo_v3.py", line 6, in
slim = tf.contrib.slim
AttributeError: module 'tensorflow' has no attribute 'contrib'
trying to convert .weight to .pb
Traceback (most recent call last): File "convert_weights_pb.py", line 5, in
import yolo_v3
File "/home/de-gpu-005/joel/tensorflow-lite-YOLOv3/yolo_v3.py", line 6, in
slim = tf.contrib.slim
AttributeError: module 'tensorflow' has no attribute 'contrib'
Please help