jeremiedb commented on issue #7375: Can I set instance weight when training?
URL: 
https://github.com/apache/incubator-mxnet/issues/7375#issuecomment-320860659
 
 
   The default behavior when using `predict` function on a model with MakeLoss 
is to get the inference on the latest layer, which is the one where the loss 
function is defined. You can either retro-fit the the actual predictions 
knowing the labels and weight, or more simply, get the predictions for the 
layer previous to MakeLoss where the preds are defined. 
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to