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/18 07:02:18 UTC

[GitHub] nswamy commented on issue #12536: [MXNET-913][WIP] Java API --- Scala NDArray Improvement

nswamy commented on issue #12536: [MXNET-913][WIP] Java API --- Scala NDArray Improvement
URL: https://github.com/apache/incubator-mxnet/pull/12536#issuecomment-422278416
 
 
   @lanking520 may be just printing the NDArray metadata in toString might be suffient
   `(x.shape, x.size, x.dtype, x.context)`
   * What is the use-case you are trying to solve with toString() ?
   * I don't think you should threshold on maxLength in toArray(), it will be confusing. there might be genuine cases where you want to move from Off-Heap(NDArray) to JVM Heap(Array[Float])
   
   

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