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的代码的主要内容,如果未能解决你的问题,请参考以下文章