報錯如下:AttributeError: module 'tensorflow' has no attribute 'assgin'源代碼:import?tensorflow?as?tf
c=tf.Variable(1.0)
print(c)
print(c.trainable)
c=tf.assgin(c,2.0)
print(c)
添加回答
舉報
0/150
提交
取消