0
点赞
收藏
分享

微信扫一扫

奇怪的TensorFlow,tf1.5和tf1.15,都报错

我用tf1.5,说

tfgan.estimator.GANEstimator
没有warm_start_from 这个参数
warm_start_from="./logs/model/mnist/GANEstimator"

然后用tf1.15,有报

AttributeError: module 'tensorflow_core.contrib' has no attribute 'gan'

换回1.5,把warm_start_from注释掉,可以跑了。奇怪奇怪的TensorFlow,tf1.5和tf1.15,都报错_1.5

举报

相关推荐

0 条评论