How to convert from tensorflow.ckpt to .pb?

hi

I need to convert models from .ckpt to .pb
Is there a webpage where I can have scripts to do that?
I have found this webpage:
https://github.com/NVIDIA-AI-IOT/tf_to_trt_image_classification#download

But it is from 2018. My Jetpakc and TensorRT versions are different. So there is a chance things will not work.

Hi @Aizzaac,

This should work.

Request you to check fr the compatibility matrix of tensorRT

Thanks!