tensorflow / tensor2tensor

Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
Apache License 2.0
15.54k stars 3.5k forks source link

how to create decoder server? #344

Closed xikakera closed 7 years ago

xikakera commented 7 years ago

I want to create a decoder server! like I have a html page, use ajax to use t2t model ;

rsepassi commented 7 years ago

See #349 where others are also working on getting serving working.

ndvbd commented 6 years ago

@xikakera, you can combine the code in query.py together with Python Tornado webserver. It works well.

mehmedes commented 6 years ago

@nadavb Would you mind sharing how you combined query.py with Python Tornado webserver?