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/11/01 16:40:29 UTC

[GitHub] anirudhacharya commented on issue #13073: 3D version of mxnet.ndarray.UpSampling

anirudhacharya commented on issue #13073: 3D version of mxnet.ndarray.UpSampling
URL: https://github.com/apache/incubator-mxnet/issues/13073#issuecomment-435102963
 
 
   currently upsampling only 4-d tensors is supported - https://github.com/apache/incubator-mxnet/blob/master/src/operator/nn/upsampling.cc#L45. 
   
   And from the looks of it you are trying to upsample 5-d tensors. Your best bet for now would be to reshape it to a 4-d tensor or take slices of 4-d array and upsample them separately.
   
   @mxnet-label-bot remove [Question, NDArray] add [Operator, Feature Request]

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