abisee / pointer-generator

Code for the ACL 2017 paper "Get To The Point: Summarization with Pointer-Generator Networks"
Other
2.18k stars 812 forks source link

How to give input in the case of tensorflow serving? #85

Open Sharathnasa opened 6 years ago

Sharathnasa commented 6 years ago

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

santhoshkolloju commented 5 years ago

did u find any answer to this ?

no-execution commented 5 years ago

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...