YunYang1994 / tensorflow-yolov3

🔥 TensorFlow Code for technical report: "YOLOv3: An Incremental Improvement"
https://yunyang1994.gitee.io/2018/12/28/YOLOv3-算法的一点理解/
MIT License
3.63k stars 1.36k forks source link

WHAT IS PROBLEM HERE #631

Open MMUZAMMUL opened 1 year ago

MMUZAMMUL commented 1 year ago

Traceback (most recent call last): File "convert_weight.py", line 30, in load = tf.train.import_meta_graph(org_weights_path + 'yolov3_coco.ckpt.meta') AttributeError: module 'tensorflow._api.v2.train' has no attribute 'import_meta_graph' Traceback (most recent call last): File "freeze_graph.py", line 23, in input_data = tf.placeholder(dtype=tf.float32, name='input_data') AttributeError: module 'tensorflow' has no attribute 'placeholder'