You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/27 18:56:30 UTC

[GitHub] piiswrong commented on issue #8833: For gluon, how to define NET (MODEL) and LOSS for multi_labels?

piiswrong commented on issue #8833: For gluon, how to define NET (MODEL) and LOSS for multi_labels? 
URL: https://github.com/apache/incubator-mxnet/issues/8833#issuecomment-347287286
 
 
   you can use SoftmaxCrossEntropyLoss(axis=-1) for data=(batch, label_num, num_class) and label=(batch, label_num)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services