-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ImportError: cannot import name 'bernoulli' #259
Comments
My guess is you are using tensorflow 1.2 You need to change some API calls according to #254 |
@RickyHan I am having the same error as @nrawal-welocalize . |
I have made all the changes as suggested in #254 , and the same error is displayed , is there something I am missing??? |
After all the changes , these new errors pop up Ran 2 tests in 9.513s FAILED (errors=1) |
@soukira - Not sure why that doesn't work for you, it works fine here. What about trying these:
I get Did you perhaps do a local install of TF 1.2 and not overwrite the one under |
Thanks for your reply. This problem has been solved i should close it now,
My problem is now with the tf.contrib and i have raised an issue under
github and heard its not supported on windows module yet.
…On Tue, Jun 27, 2017 at 11:37 PM, Darren Garvey ***@***.***> wrote:
@soukira <https://github.com/soukira> - Not sure why that doesn't work
for you, it works fine here.
What about trying these:
python -c "import tensorflow as tf; print(tf.VERSION, tf.GIT_VERSION, tf.__file__)"
python -c "import tensorflow as tf; print(tf.contrib.tfprof.model_analyzer.TRAINABLE_VARS_PARAMS_STAT_OPTIONS)"
I get 1.2.0 b'v1.2.0-1369-g7786731 /path/to/site-packages/
tensorflow/__init__.py' (although I'm on a version built myself) and a
bunch of JSON from the second command.
Did you perhaps do a local install of TF 1.2 and not overwrite the one
under \Python\Python35\lib\...?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#259 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AYtdaTwETdT8uq94KI6JRuRPC95Zf9k0ks5sIUTigaJpZM4N-blh>
.
|
So does it mean that this library is not supported on Windows? |
really?o, should i run this on my linux visual machine? |
The text was updated successfully, but these errors were encountered: