opringle opened a new issue #9473: Adding an arguement to mxnet.symbol.softmax()
URL: https://github.com/apache/incubator-mxnet/issues/9473
 
 
   - I have an mxnet.module with a custom loss function
   - As a result I need to create a separate module from an internal symbol to 
get the model predictions
   - This symbol is an mxnet.symbol.softmax() layer
   - Because the symbol does not have label as an input, I cannot use 
mxnet.metric methods with it
   
   Can anyone advise me as to how to get mxnet.metric api working with internal 
model symbols? Do I just need to add label as an arguement to the symbol?

----------------------------------------------------------------
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