0

I have trained a model where I got the checkpoints as below

checkpoint files in export dir

How do I convert these ckpt files to tf-serving format as such.

required format of files needed

The model was trained with tensorflow==1.14.0

explr_1298
  • 43
  • 10
  • are you using tensorflow tensorflow object detection api? – Zrufy Oct 22 '20 at 08:29
  • No @Zrufy I'm Training an EAST Text Detection model. – explr_1298 Oct 24 '20 at 01:55
  • try tu use the code in object detection api "export_inference_graph.py" this one is used to convert these file in model to use.Check you are using the tensorflow object detection api equal to your 1.14.0.Let me know. – Zrufy Oct 27 '20 at 07:38
  • @explr_1298, This Stack Overflow Answer by velikodniy, https://stackoverflow.com/a/45868106/11530462 should help you. –  Oct 30 '20 at 11:23

0 Answers0