Are there 3D convolution, de-convolution layers in Flux.jl?
Or is there any implementation that can be used with Flux.jl?
To elaborate I have 3D greyscale images (MRI scans), i.e. each voxel value is a number. Now is there convolutional layer that can accept this kind of input?
Hi @Azamat. I was looking into doing similar work, i.e. convolution to train 3D MRI for image reconstruction. Would you be kind enough to provide some examples, if you’ve worked on this? Or a direction? ta