Tommliu edited a comment on issue #18254:
URL: 
https://github.com/apache/incubator-mxnet/issues/18254#issuecomment-626506371


   I think we don't support the array_like input for np.random.uniform. It is 
different from the official numpy. From the docs (mx.np.random.uniform). 
   
   > 
       low : float, ndarray, optional
           Lower boundary of the output interval.  All values generated will be
           greater than or equal to low.  The default value is 0.
       high : float, ndarray, optional
           Upper boundary of the output interval.  All values generated will be
           less than high.  The default value is 1.0.
   
   I will add an error message for that


----------------------------------------------------------------
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:
[email protected]


Reply via email to