You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
If you depend on functionality not listed there, please file an issue.
The text was updated successfully, but these errors were encountered: