dream-catcher
Results
1
issues of
dream-catcher
I try to export seq2seq model to SavedModel protobuf for later inferencing with java language. According to guides from tensorflow(https://www.tensorflow.org/api_docs/python/tf/saved_model/builder/SavedModelBuilder), we need to create a SavedModelBuilder, and then add meta...