Unable to generate graph def from MobileNet v1 saved model

Hi,

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.

Trying this.