Dragon API Dragon v0.3.0 Python SoftmaxWithLoss¶ class dragon.vm.caffe.core.layers.SoftmaxWithLoss(layer_param)[source]¶ Compute the loss of softmax cross entropy. Examples: layer { type: "SoftmaxWithLoss" bottom: "cls_score" bottom: "labels" top: "cls_loss" softmax_param { axis: 1 } loss_param { ignore_label: -1 normalization: VALID } }