AbrahamSanders / seq2seq-chatbot

A sequence2sequence chatbot implementation with TensorFlow.
MIT License
99 stars 56 forks source link

Tf version #1

Closed sroziewski closed 6 years ago

sroziewski commented 6 years ago

Which TF version does it use?

Jordan-Sauchuk commented 6 years ago

If I remember correctly it's 1.5

AbrahamSanders commented 6 years ago

Hey, sorry I didn't see this sooner. I have tested it with TF 1.5 and 1.6, and it should be compatible with 1.7 too as long as no breaking changes were made to tf.contrib.seq2seq.