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: [email protected] With regards, Apache Git Services
