igolan opened a new issue #16103: Different default values for NDArray and 
Symbol in random.multinomial
URL: https://github.com/apache/incubator-mxnet/issues/16103
 
 
   ## Description
   ```mxnet.symbol.random.multinomial```
    and 
   ```mxnet.ndarray.random.multinomial```
    have different default values for the argument get_prob.
   That confusing, specifically when using hybrid blocks, and calling
   ```F.random.multinomial```
    without specifying a value for get_prob.
   
   ## Environment info (Required)
   N/A
   
   Package used (Python/R/Scala/Julia):
   MXNET1.5 python API
   
   ## Build info (Required if built from source)
   N/A
   
   ## Error Message:
   N/A
   
   ## Minimum reproducible example
   N/A
   
   ## Steps to reproduce
   
   
https://mxnet.incubator.apache.org/versions/master/api/python/ndarray/random.html#mxnet.ndarray.random.multinomial
   and
   
https://mxnet.incubator.apache.org/versions/master/api/python/symbol/symbol.html#mxnet.symbol.random.multinomial
   
   ## What have you tried to solve it?
   N/A

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to