tensorlayer / seq2seq-chatbot

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

when i use tensorlayer, there is a question #5

Open alphanlp opened 6 years ago

alphanlp commented 6 years ago

TypeError: () got an unexpected keyword argument 'is_last'

zsdonghao commented 6 years ago

hi, the latest version of TL have a bug, we are fixing it now. if you want to try it now, you can install the previous version via pip3 install tensorlayer==1.7.4

zsdonghao commented 6 years ago

@shisi2015 just fixed the bug on master version please clone TL or install via pip install git+https://github.com/zsdonghao/tensorlayer.git

alphanlp commented 6 years ago

thanks