《TensorFlow:实战 Google 深度学习框架(第 2 版)》报错代码及修正方法
TensorFlow 版本:1.14.0
p41 页代码:
>>> with g1.as_default():
... v = tf.get_variable("v", initializer=tf.zeros_initializer(shape=[1]))
报错内容:
…
Traceback (most recent call last):
File “”, line...
原创
2019-09-02 17:56:24 ·
231 阅读 ·
0 评论