摘要: import tensorflow as tfa = tf.Variable(tf.random_uniform(shape=[10, 10]))with tf.Session() as sess: #必须调用,否则a没办法初始化值 sess.run(tf.global_variables_init 阅读全文
posted @ 2018-03-08 20:53 我花开后百花残 阅读(206) 评论(0) 推荐(0) 编辑