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 2019/01/30 21:32:20 UTC

[GitHub] satyakrishnagorti edited a comment on issue #6874: mx.symbol.softmax_cross_entropy() raises error "Not enough argument to call operator softmax_cross_entropy"

satyakrishnagorti edited a comment on issue #6874: mx.symbol.softmax_cross_entropy() raises error "Not enough argument to call operator softmax_cross_entropy"
URL: https://github.com/apache/incubator-mxnet/issues/6874#issuecomment-459117398
 
 
   This is still an issue. 
   
   Steps to reproduce on mxnet 1.3.1.
   ```python
   data = mx.sym.Variable("data")
   symbol = mx.syml.Variable("label")
   # fails below
   ce = mx.sym.softmax_cross_entropy(name="ce", data=data, label=label)
   ```

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