You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2022/03/08 11:14:03 UTC

[GitHub] [incubator-mxnet] github-eliviate opened a new issue #20942: the annotation of the broadcast_power is wrong

github-eliviate opened a new issue #20942:
URL: https://github.com/apache/incubator-mxnet/issues/20942


   ## Description
   (A clear and concise description of what the bug is.)
   the annotation of the broadcast_power is wrong both in the https://github.com/apache/incubator-mxnet/blob/1.6.0/src/operator/tensor/elemwise_binary_broadcast_op_extended.cc#L45 and https://mxnet.apache.org/api/python/docs/api/legacy/symbol/symbol.html?highlight=broadcast_power#mxnet.symbol.broadcast_power
   
   ## To Reproduce
   (If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.)
   
   import mxnet as mx
   from mxnet import nd
   arr1=nd.array([[1,1,1],[1,1,1]])
   arr2=nd.array([[0],[1]])
   a = mx.sym.Variable('a')
   b = mx.sym.Variable('b')
   c = mx.sym.broadcast_power(a,b,name="c")
   x = c.bind(ctx=mx.cpu(),args={"a": arr1,"b":arr2})
   result = x.forward()
   print(result)
   #output:
   #[
   #[[1. 1. 1.]
   # [1. 1. 1.]]
   #<NDArray 2x3 @cpu(0)>]
   
   ## Environment
   python3.6
   mxnet:1.1.0.post0
   
   
   </details>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] github-eliviate commented on issue #20942: the annotation of the broadcast_power is wrong

Posted by GitBox <gi...@apache.org>.
github-eliviate commented on issue #20942:
URL: https://github.com/apache/incubator-mxnet/issues/20942#issuecomment-1068700257


   anybody?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] github-actions[bot] commented on issue #20942: the annotation of the broadcast_power is wrong

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #20942:
URL: https://github.com/apache/incubator-mxnet/issues/20942#issuecomment-1061667930


   Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue.
   Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly.
   If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on [contributing to MXNet](https://mxnet.apache.org/community/contribute) and our [development guides wiki](https://cwiki.apache.org/confluence/display/MXNET/Developments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org