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 03:12:15 UTC

[GitHub] yash0307 opened a new issue #13073: 3D version of mxnert.ndarray.UpSampling

yash0307 opened a new issue #13073: 3D version of mxnert.ndarray.UpSampling
URL: https://github.com/apache/incubator-mxnet/issues/13073
 
 
   mxnert.ndarray.UpSampling checks if the data is in form: (batch_size, channels, x,y) (that is, number of dimensions=4), however, I want to do UpSampling for volumetric data where the data is of the form: (batch_size,channels,x,y,z).
   
   Is there a way to do this ?

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