We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since it's tf2, it's much harder for me to extract the forward graph (also the backward), can you help us with that?
The text was updated successfully, but these errors were encountered:
Hi @BattashB,
Sorry for my late reply, Can you elaborate the issue?
Thanks
Sorry, something went wrong.
how about use tf.saved_model ?
Hi @ray1422
#you can run this it will give .PB format of model. tf.saved_model.save(gpt2_model, model_path)
#Run this line if you get some signature related error. input_signature = #Your input tesnor signature model._set_inputs(input_signature)
akanyaani
No branches or pull requests
Since it's tf2, it's much harder for me to extract the forward graph (also the backward), can you help us with that?
The text was updated successfully, but these errors were encountered: