AbrahamSanders / seq2seq-chatbot

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

ModuleNotFoundError: No module named 'tensorflow.contrib' #26

Closed halilural closed 4 years ago

halilural commented 4 years ago

Hi All,

When I run the chat_console_best_weights_training.bat, the program gives error like below.

ModuleNotFoundError: No module named 'tensorflow.contrib'

I researched it, and I gave a decision for it, I kindly suggest that you wrote pip upgrade tensorflow, but after 2.0 version of tensorflow, 'contrib' version is removed from lib.

Could you help me for this issue?

Best Reggards.

AbrahamSanders commented 4 years ago

Hi @halilural - Thanks for pointing this out. The project only works with TF 1.x line for now. I will update the readme accordingly.