daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
385 stars 213 forks source link

Problem executing train.py #90

Closed parthshah231 closed 5 years ago

parthshah231 commented 6 years ago

when I try to run train.py I get this: ModuleNotFoundError: No module named 'tensorflow.compiler.xla.experimental'

OS: windows 10 Tensorflow version: 1.10.0-dev

sierikov commented 6 years ago

Please use Tensorflow v1.4.0 (hope it helps)

daniel-kukiela commented 6 years ago

@parthshah231 Sorry for lack of reply, I haven't receive any notification of new issue.

Does that issue still exist? I'm pretty sure people are running Google's NMT on TF 1.10 (stable release).

tuxassault commented 5 years ago

I worked around this by changing nmt/nmt/utils/misc_utils.py to update the min_tf to 1.10.0 as it then passes the string match for versions greater than 1.10.0. So far the training seems to be working.

daniel-kukiela commented 5 years ago

Issue with version numbers should be fixed now.