将
tf.nn.softmax_cross_entropy_with_logits(_pred, y)
改为:
tf.nn.softmax_cross_entropy_with_logits(logits=_pred, labels=y)