-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running command python train_init.py ends in RunTime issue #42
Comments
For the above issue, i tried to upgrade the numpy [ pip install numpy --upgrade ] & it got upgraded to numpy-1.15.3. After that running $ python train_init.py got different error... $ python train_init.py Please guide me to how to get rid of this |
agent = Agent(domain_file, |
When i try to train the model using train_init.py, i got the below error. Could you please help with this problem. ?
$ python train_init.py
Using TensorFlow backend.
RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb
ImportError: numpy.core.multiarray failed to import
ImportError: numpy.core.umath failed to import
ImportError: numpy.core.umath failed to import
2018-10-24 14:44:58.078003: F tensorflow/python/lib/core/bfloat16.cc:675] Check failed: PyBfloat16_Type.tp_base != nullptr
I have python version 3.6.4 and in requirement txt i have numpy version as numpy==1.13.1 as like in github your project.
The text was updated successfully, but these errors were encountered: