Tensorflow已过时,并将在以后的版本中删除

时间:2019-05-18 14:37:30

标签: tensorflow

我正在一个文本分析项目上,遇到此问题。我对此还比较陌生,需要一些帮助。

警告:tensorflow:来自/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/op_def_library.py:263:colocate_with(来自tensorflow.python.framework.ops)已被弃用在将来的版本中删除。 更新说明: 托管由托管服务器自动处理。 2019-05-18 14:05:27.509979:I tensorflow / core / platform / cpu_feature_guard.cc:141]您的CPU支持该TensorFlow二进制文件未编译为使用的指令:AVX2 FMA 2019-05-18 14:05:27.519894:I tensorflow / core / platform / profile_utils / cpu_utils.cc:94] CPU频率:2300000000 Hz 2019-05-18 14:05:27.520162:我tensorflow / compiler / xla / service / service.cc:150] XLA服务0x55fb48e438f0在平台Host上执行计算。设备: 2019-05-18 14:05:27.520203:I tensorflow / compiler / xla / service / service.cc:158] StreamExecutor设备(0):, 2019-05-18 14:05:27.520514:我tensorflow / core / common_runtime / process_util.cc:71]使用默认的互操作设置创建新的线程池:2.使用inter_op_parallelism_threads进行调整以获得最佳性能。

警告:TensorFlow contrib模块将不包含在TensorFlow 2.0中。 有关更多信息,请参见:   * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md   * https://github.com/tensorflow/addons 如果您依赖此处未列出的功能,请提出问题。enter image description here

1 个答案:

答案 0 :(得分:0)

您可以使用:

import tensorflow as tf

tf.logging.set_verbosity(tf.logging.ERROR)

以清除警告。