Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

How to convert custom tensorflow seq2seq checkpoint model to SavedModel format(pb)? #479

Open
bhavikapanara opened this issue Sep 11, 2020 · 1 comment

Comments

@bhavikapanara
Copy link

I have trained my custom seq2seq model that is mostly similar to nmt model where I have added text along with pos and ner of that text as input and output is single text sentence.

now, I have trained checkpoint model ready. but How can I convert that checkpoint to tensorflow SavedModel format(pb)?

I have tried various solution but no success.

Can anybody please help me to solve my problem?

Thnaks,
Bhavika

@zshancock
Copy link

zshancock commented Nov 6, 2020

#294 was a similar issue that cited solutions in tensorflow/serving#712 to resolve.

Hope this helps - my team recently was able to resolve this issue using the above links!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants