tensorlayer / seq2seq-chatbot

Chatbot in 200 lines of code using TensorLayer
https://github.com/tensorlayer/tensorlayer
836 stars 316 forks source link

[RE] Inference mode and TF compatibility (#16) #20

Closed pskrunner14 closed 6 years ago

pskrunner14 commented 6 years ago

Re-submission for #16 after rollback of the same in #19 due to an error.

zsdonghao commented 6 years ago

@pskrunner14 I think we should set the is_train of inference graph always False? pls check https://github.com/tensorlayer/seq2seq-chatbot/pull/22

pskrunner14 commented 6 years ago

@zsdonghao yes that makes sense since we only need to train net_out.