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 2018/09/10 03:36:55 UTC

[GitHub] lanking520 commented on issue #12489: [WIP] Symbol Random api

lanking520 commented on issue #12489: [WIP] Symbol Random api
URL: https://github.com/apache/incubator-mxnet/pull/12489#issuecomment-419778223
 
 
   @mdespriee Firstly for unit test, there are tests covers in Python on these operators. In that case we decide not to test them on Scala end.
   
   ```
   the generated scala api has different namings: Symbol.random.sample_normal for symbol inputs, and Symbol.random.random_normal for scalars. The arguments naming is also not fully consistent (mu & sigma, vs loc & scale).
   ```
   For this question, let me consult with people working on Python. 
   
   Please also consider adding NDArray with these operators (in NDArrayAPI)

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