Hi, I have a volume with 3 color channels and 50 slices (e.g. c,x,y,z => 3,512,512,50) and I would like to feed this into a 2D classification model. I understand that for 2D classification the slices (z) can be seen as the batch size. How can I implement this into Monai? Are there any transforms that can do this operation?