oswaldoludwig / Seq2seq-Chatbot-for-Keras

This repository contains a new generative model of chatbot based on seq2seq modeling.
Apache License 2.0
331 stars 98 forks source link

Which version of Tensorflow does this repo require? #11

Closed lk251 closed 6 years ago

lk251 commented 6 years ago

Thank you!

oswaldoludwig commented 6 years ago

This project uses Theano as Backend.

oswaldoludwig commented 6 years ago

These links can help you: https://stackoverflow.com/questions/42177658/how-to-switch-backend-with-keras-from-tensorflow-to-theano and https://github.com/keras-team/keras/issues/5374