I have a folder containing files with 11*11*21 3D data and I am trying to do a binary classification with a 3D convolutional neural network. I only found the tutorial for the 2D convolutional NN on the gluon tutorials and I am not sure what things to change to accommodate 3D data. I am following this tutorial but using my own data, I tried to change the layer to 3D but I am stuck on what else I need to change. https://gluon.mxnet.io/chapter04_convolutional-neural-networks/cnn-gluon.html
I am very new to convnets and 3D convnets so any help would be greatly appreciated.