You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: