unrealwill commented on issue #8025: How to use softlabel in MXNET? URL: https://github.com/apache/incubator-mxnet/issues/8025#issuecomment-332219872 @xuliuac Also if your can have multiple label per video, then don't use a softmax as the last layer but rather a sigmoid with a binary cross-entropy loss. And not use a softlabel which sums to 1.0 but rather a label which is 1.0 for each feature which should be on. It depends on whether or not your categories are mutually exclusive or not. ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services
