Open MMUZAMMUL opened 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'
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'