3D Deep Learning Model on Android

Hi All,

Is there a way for deploying a 3D deep learning model in android? I mean my input is of dimension (batch,channel,depth,height,width) = (1,1,64,64,64) and my output is also of dimension (1,1,64,64,64) ?

Yes, there is no limitations on dimension of tensors for pytorch mobile.