`outputs = tf.nn.sigmoid(0.5 * wide_out + 0.5 * deep_out)` 这里为何要乘0.5?
这里为何要乘0.5?