daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
385 stars 213 forks source link

how to use the bot in production #125

Open apakrash opened 5 years ago

apakrash commented 5 years ago

after the checkpoint, hparams and translate.ckpt* files are moved, how to use the model in production. Currently I am improvising using inference as:

import inference inference.inference_internal(question)

Requesting advise if there is a better way.