摘要: import tensorflow as tf with tf.variable_scope('v_scope',reuse=True) as scope1: Weights1 = tf.get_variable('Weights', shape=[2,3]) bias1 = tf.get_vari 阅读全文
posted @ 2017-09-30 14:15 光彩照人 阅读(5148) 评论(0) 推荐(0)