wkcn removed a comment on issue #19177: URL: https://github.com/apache/incubator-mxnet/issues/19177#issuecomment-694884423
You can replace `net = mx.sym.SoftmaxOutput(data=net, label = "output")` with `net = mx.gluon.loss.SoftmaxCrossEntropyLoss()(net)` https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/gluon/loss.py ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
