Hello
I am trying to convert the ResNet 50 V1 model into a binary file using the steps mentioned in the TIDL library documentation (https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/06_02_00_21/exports/docs/tidl_j7_01_01_00_10/ti_dl/docs/user_guide_html/md_tidl_user_model_deployment.html. To do this conversation, I need a .pb file of the TensorFlow model but I only have .ckpt file for Resnet50 V1. Conversion of .ckpt file to .pb file is possible but for that, I need to have .ckpt.meta file which is not present in the link provided by the TIDL supported model page (http://download.tensorflow.org/models/resnet_v1_50_2016_08_28.tar.gz)
Can someone help me in solving this issue?