Hi,
I am trying to import Inception V1 tensorflow model validated by TI itself(Refer user guide TIDeepLearningLibrary_UserGuide- 3.6.5 Importing Tensorflow Models) from below github:

From above I got " inception_v1.ckpt " file and I have referred below thread to convert ckpt to the frozen graph:

But that Inception model have only .ckpt file so I need other files(.ckpt.meta, .ckpt.index) with that, to generate .pb file or else like Mobilenet (
)do you have any script for Inception to generate .pb file.
If so, then please share with me else please guide to generate inceptionnet_v1.pb file.