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
@NewEnglandML,
I did freezing checkpoint to .pb file. You can refer the code for freezing here: https://blog.metaflow.fr/tensorflow-how-to-freeze-a-model-and-serve-it-with-a-python-api-d4f3596b3adc
The output_node_names is: project/dense/BiasAdd
You need to add the viterbi decode after the output node for the predictions.
Hi, I wonder to know how we can save the model with .pb extensions for serving. Thanks
The text was updated successfully, but these errors were encountered: