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 2018/10/09 21:09:57 UTC

[GitHub] piyushghai commented on issue #3615: The net uses MAERegressionOutput loss,why softmax_label is raised in the Error

piyushghai commented on issue #3615: The net uses MAERegressionOutput loss,why softmax_label is raised in the Error 
URL: https://github.com/apache/incubator-mxnet/issues/3615#issuecomment-428353355
 
 
   @allenlverson I believe your question has been answered. 
   To summarize the issue : 
   One can specify a custom label name when you define your own data iterator.
   Eg : 
   ```
   MAEr = mx.symbol.MAERegressionOutput(data=fc3, name='softmax')
   ```
   
   @sandeep-krishnamurthy Requesting this issue to be closed. 
   
   @allenlverson Please feel free to re-open the issue if closed in error :)
   
   Thanks! 

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