def initWeight(shape): weights = tf.truncated_normal(shape, stddev=0.1) return tf.Variable(weights) # start with 0.1 so reLu isnt always 0