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
I've saved a model with the SavedModel format by calling:
tf.saved_model.save(model, "./1/")
following the instructions here. I have renamed the model to graph_frz.pb, but when I try to load it in example_frozen_graph_char_rnn, I get the following error and the program chrashes:
terminate called after throwing an instance of 'std::runtime_error'
what(): Invalid GraphDef
[verbose] ofSignalHandler: Aborted
The README file of this example reads: By default ofxTF2::Model will use the SavedModel format.
If this is indeed the case, why is the program charshing and how can I save a trained model to load it?
The text was updated successfully, but these errors were encountered:
I've saved a model with the SavedModel format by calling:
following the instructions here. I have renamed the model to graph_frz.pb, but when I try to load it in example_frozen_graph_char_rnn, I get the following error and the program chrashes:
The README file of this example reads: By default ofxTF2::Model will use the SavedModel format.
If this is indeed the case, why is the program charshing and how can I save a trained model to load it?
The text was updated successfully, but these errors were encountered: