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/09/05 18:30:58 UTC

[GitHub] [incubator-mxnet] igolan opened a new issue #16103: Different default values for NDArray and Symbol in random.multinomial

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:
users@infra.apache.org


With regards,
Apache Git Services