标签: tensorflow
`def weight_variable(shape): initial= tf.truncated_normal(shape,mean=2,stddev=0.01) return tf.Variable(initial)`