All Questions
1 question
0
votes
1
answer
542
views
Tensorflow in C++: Successfully reading the protocol buffer for LSTM encoder decoder model
I have been debugging this issue for a while now. I have developed an LSTM encoder decoder model which I plan to deploy in C++.
Having saved the model in the .pb file format, I am able to import the ...