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/04 18:04:37 UTC

[GitHub] nswamy commented on issue #12425: Problem with Symbol.reshape and special value -2 [scala]

nswamy commented on issue #12425: Problem with Symbol.reshape and special value -2  [scala]
URL: https://github.com/apache/incubator-mxnet/issues/12425#issuecomment-418463596
 
 
   AFAIK this is wrong usage of reshape. `-2`  is specifying to copy the remainder dimensions(after first) to the reshaped NDArray. here you are asking to reshape from (2,2) to (1, 2), hence you see the error.

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