美文网首页
tf版本相关WARN

tf版本相关WARN

作者: emm_simon | 来源:发表于2020-03-05 15:53 被阅读0次
2020-03-05 15:36:38.259141: I tensorflow/core/platform/cpu_feature_guard.cc:142] 
Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA

大概意思是:你的CPU支持AVX扩展,但是你安装的TensorFlow版本无法编译使用。

WARNING:
tensorflow:
From /Users/xxx.py:17: 
The name tf.random_normal is deprecated. Please use tf.random.normal instead.
WARNING:
tensorflow:
From /Users/xxx.py:20: 
The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.
WARNING:
tensorflow:
From /Users/xxx.py:21: 
The name tf.global_variables_initializer is deprecated. 
Please use tf.compat.v1.global_variables_initializer instead.

相关文章

网友评论

      本文标题:tf版本相关WARN

      本文链接:https://www.haomeiwen.com/subject/boyfrhtx.html