为什么即使我确实将tensorflow.compat.v1导入为tf,也为什么tf2.2.0ver?

时间:2020-06-22 08:43:08

标签: python tensorflow tensorflow2.0

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

结果(打印):2.2.0

我如何使用tensofrlow 1版本?

0 个答案:

没有答案
相关问题