chenxi16

导航

tensorflow2.0 学习-记录1

#tf2.0 运行 tf1.x 版本代码
import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()

tf.disable_eager_execution()

 

posted on 2020-03-05 19:52  chenxi16  阅读(135)  评论(0编辑  收藏  举报