我使用以下方法训练了 Retinanet 模型:
https://github.com/tensorflow/models/tree/master/official/vision/detection
我得到检查点如下:
ctl_step_5000.ckpt-52.data-00000-of-00001
ctl_step_5000.ckpt-52.index
如何将其转换为 saved_model.pb 文件?
我正在使用 tf2.3
我使用以下方法训练了 Retinanet 模型:
https://github.com/tensorflow/models/tree/master/official/vision/detection
我得到检查点如下:
ctl_step_5000.ckpt-52.data-00000-of-00001
ctl_step_5000.ckpt-52.index
如何将其转换为 saved_model.pb 文件?
我正在使用 tf2.3