module 'tensorflow' has no attribute 'set_random_seed'

module 'tensorflow' has no attribute 'set_random_seed' 

tf<2.0

tf.set_random_seed(self._seed)

tf2.0 

tf.random.set_seed()

module 'tensorflow' has no attribute 'Session'

tf<2.0

import tensorflow as tf

tf2.0 

import tensorflow.compat.v1 as tf
发布了147 篇原创文章 · 获赞 146 · 访问量 77万+

猜你喜欢

转载自blog.csdn.net/miao0967020148/article/details/103997887