添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

I am trying to run the model available at https://github.com/dmlc/web-data/tree/main/tensorflow/models/MobilenetV1 .

It is failing with an error: Line: graph_def.ParseFromString(f.read()) google.protobuf.message.DecodeError: Error parsing message with type 'tensorflow.GraphDef'

I am referring to the example at this link . Instead of InceptionV1, use Mobilenet.

I understand this might be a TensorFlow error . But if someone has resolved a similar issue, kindly help.

Thank you.