Skip to content
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

Tensorflow warnings #19

Open
MichielBontenbal opened this issue Jul 8, 2021 · 0 comments
Open

Tensorflow warnings #19

MichielBontenbal opened this issue Jul 8, 2021 · 0 comments

Comments

@MichielBontenbal
Copy link

When running python3 capture_mqtt.py I get the following warnings for Tensorflow:

pi@raspberrypi:~/git/OpenEars/devicehive-dev $ python3 capture_mqtt.py
WARNING:tensorflow:From /home/pi/.local/lib/python3.7/site-packages/tensorflow/_ init_.py:98: The name tf.AUTO_REUSE is deprecated. Please use tf.compat.v1.AUT O_REUSE instead.

WARNING:tensorflow:From /home/pi/.local/lib/python3.7/site-packages/tensorflow/_ init_.py:98: The name tf.AttrValue is deprecated. Please use tf.compat.v1.Attr Value instead.

WARNING:tensorflow:From /home/pi/.local/lib/python3.7/site-packages/tensorflow/_ init_.py:98: The name tf.COMPILER_VERSION is deprecated. Please use tf.version .COMPILER_VERSION instead.

WARNING:tensorflow:From /home/pi/.local/lib/python3.7/site-packages/tensorflow/_ init_.py:98: The name tf.CXX11_ABI_FLAG is deprecated. Please use tf.sysconfig .CXX11_ABI_FLAG instead.

WARNING:tensorflow:From /home/pi/.local/lib/python3.7/site-packages/tensorflow/_ init_.py:98: The name tf.ConditionalAccumulator is deprecated. Please use tf.c ompat.v1.ConditionalAccumulator instead.

/home/pi/.local/lib/python3.7/site-packages/numba/errors.py:131: UserWarning: In sufficiently recent colorama version found. Numba requires colorama >= 0.3.9
warnings.warn(msg)
WARNING:tensorflow:
The TensorFlow contrib module will not be included in TensorFlow 2.0.
For more information, please see:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant