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
2021-01-20 17:01:33.778610: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "D:/python-workspace/tensorflow-yolov3-master/convert_weight.py", line 30, in
load = tf.train.import_meta_graph(org_weights_path + '.meta')
AttributeError: module 'tensorflow._api.v2.train' has no attribute 'import_meta_graph'
The text was updated successfully, but these errors were encountered:
junlintianxiatjm
changed the title
安装readme安装好环境,执行convert_weight.py报错,请各位高手指教,谢谢!
按照readme安装好环境,执行convert_weight.py报错,请各位高手指教,谢谢!
Jan 20, 2021
2021-01-20 17:01:33.778610: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "D:/python-workspace/tensorflow-yolov3-master/convert_weight.py", line 30, in
load = tf.train.import_meta_graph(org_weights_path + '.meta')
AttributeError: module 'tensorflow._api.v2.train' has no attribute 'import_meta_graph'
The text was updated successfully, but these errors were encountered: