pointer-generator
pointer-generator copied to clipboard
How to give input in the case of tensorflow serving?
If we export the model for as the part of the tensorflow serving, how should the input is feed to get the ouptut.
As of the input is fed as a .bin format. But for the serving input should be in the form of tensors. Has anyone implemented tenosrflow serving ?
If yes, can you please guide me through on how to feed input.
Regards, Sharath
did u find any answer to this ?
same questions... Summarizing a sentence by using the steps like trainning(str to .bin) seems too slow and IO wasting. but rewriting the source code is quite difficult (have tried to rewrite the code for a long time.. ) i need help...