Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6392 Discussions

mo.utils.error.Error: 'TensorProto' object has no attribute 'uint8_val'

Li__yajun
Beginner
332 Views

I am trying to convert the tensorflow ICNet model https://github.com/hellochick/ICNet-tensorflow using the following command,

python mo_tf.py --input_meta_graph model.ckpt-0.meta --data_type FP16 --log=DEBUG

It generates the following error

[ ERROR ]  'TensorProto' object has no attribute 'uint8_val'
Unexpected exception happened during extracting attributes for node Reshape_1.
Original exception message: 'TensorProto' object has no attribute 'uint8_val'
[ 2019-11-03 19:05:46,514 ] [ DEBUG ] [ main:304 ]  Traceback (most recent call last):
  File "C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\model_optimizer\mo\front\extractor.py", line 608, in extract_node_attrs
    supported, new_attrs = extractor(Node(graph, node))
  File "C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\model_optimizer\mo\pipeline\tf.py", line 132, in <lambda>
    extract_node_attrs(graph, lambda node: tf_op_extractor(node, check_for_duplicates(tf_op_extractors)))
  File "C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\model_optimizer\mo\front\tf\extractor.py", line 109, in tf_op_extractor
    attrs = tf_op_extractors[op](node)
  File "C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\model_optimizer\mo\front\tf\extractor.py", line 65, in <lambda>
    return lambda node: pb_extractor(node.pb)
  File "C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\model_optimizer\mo\front\tf\extractors\const.py", line 31, in tf_const_ext
    result['value'] = tf_tensor_content(pb_tensor.dtype, result['shape'], pb_tensor)
  File "C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\model_optimizer\mo\front\tf\extractors\utils.py", line 71, in tf_tensor_content
    value = type_helper[1](pb_tensor)
  File "C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\model_optimizer\mo\front\tf\common.py", line 26, in <lambda>
    ('DT_UINT8', np.uint8, lambda pb: pb.uint8_val, lambda x: np.uint8(x)),
AttributeError: 'TensorProto' object has no attribute 'uint8_val'

Please advise .Thanks.

0 Kudos
0 Replies
Reply