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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: