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

.NET 紧凑框架向后兼容 3.5 和 2.0

.NET Frameworks 从 3.5 到 2.0 的向前兼容性

RxJava 2.0 简单介绍

IFC 从 Cadwork Lexocad 到 Forge - 多个 PropertySets 和属性

python中用到哪些软件

tensorflow版本2.0和1.0兼容问题:The Session graph is empty. Add operations to the graph before calling run()