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 2017/12/31 01:33:49 UTC

[GitHub] traderd65 commented on issue #7787: Website redesign

traderd65 commented on issue #7787: Website redesign
URL: https://github.com/apache/incubator-mxnet/pull/7787#issuecomment-354579603
 
 
   A couple of errors in why_mxnet.html:
   (1) X  = nd.zeros((**10000**, 40000), mx.cpu(0)) _[should be 1000 instead of 10000]_
   (2) # Create a numpy array from an mxnet NDArray _[should be "Create a mxnet NDArray from numpy array"]_
        A_np = np.array([[0,1,2,3,4],[5,6,7,8,9]])
        A_nd = nd.array(A) _[should be A_np instead of A]_ 
   

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