tensorflow兼容处理--2.0版本中用到1.x版本中被deprecated的代码

Posted hercules-chung

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tensorflow兼容处理--2.0版本中用到1.x版本中被deprecated的代码相关的知识,希望对你有一定的参考价值。

用下面代码就可以轻松解决

import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()

 

以上是关于tensorflow兼容处理--2.0版本中用到1.x版本中被deprecated的代码的主要内容,如果未能解决你的问题,请参考以下文章

『王霸之路』从0.1到2.0一文看尽TensorFlow奋斗史

TensorFlow实现XOR

tensorflow兼容处理 tensorflow.compat.v1及module ‘tensorflow‘ has no attribute ‘reset_default_graph‘等问题汇总(

Anaconda 安装 TensorFlow 1.15 而不是 2.0

Go 语言的下一个大版本:Go 2.0 被安排上了(全面兼容1.X,改进错误处理和泛型这两大主题)

如何简单粗暴地上手 TensorFlow 2.0?