tensorflow-yolov3 icon indicating copy to clipboard operation
tensorflow-yolov3 copied to clipboard

WHAT IS PROBLEM HERE

Open MMUZAMMUL opened this issue 2 years ago • 0 comments

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'

MMUZAMMUL avatar Jan 25 '23 22:01 MMUZAMMUL