def Weight(shape, name): return tf.Variable(name=name + "_Weights", initial_value=tf.truncated_normal(shape=shape, mean=0, stddev=0.1))