-
Notifications
You must be signed in to change notification settings - Fork 383
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
F tensorflow/python/lib/core/bfloat16.cc:664] Check failed: PyBfloat16_Type.tp_base != nullptr Aborted #68
Comments
Installed tensorflow 1.4.0 and the issue was resolved! |
|
still dosnt work @Huixxi |
@elanChezhianMuthuvel it needs numpy>=1.14,so |
I'm using a custom TF 1.10.0 configuration that doesn't use AVX instructions. I got this error when using the numpy version that accompanied my custom configuration (1.14.1); however, upgrading to latest (1.16.x) resolved the issue, despite a prompt that it could be incompatible. |
i solved by uninstalling current version from numpy and by reinstalling with the last version. |
above problem was same with me - nice answer by weltonmattos pip uninstall numpy and pip install numpy |
tensorflow 1.13 needs numpy >=1.16, update numpy from 1.14 to 1.16 works for me. |
So when running the test.py code, I get this error:
The
test.py
code is:I have the followings:
and
The text was updated successfully, but these errors were encountered: