tensorflow1版本和2版本语句兼容

 import tensorflow as tf

改成

import tensorflow.compat.v1 as tf

tf.disable_v2_behavior()

 

posted on 2020-07-14 08:59  蔡军帅  阅读(1588)  评论(0)    收藏  举报