tensorlayer / seq2seq-chatbot

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

How could I get the "thought vector" using TensorLayer? #44

Open munichong opened 5 years ago

munichong commented 5 years ago

I am using the seq2seq model as an autoencoder. Given a test paragraph, I'd like to get the thought vector (using the terminology in the figure of README.md).