3D convolution and pooling
I am currently looking for CNN training tools for windows with c++. dlib seems to be a good choice as the example clearly illustrate how ResNet is implemented.
However, I am looking for applications for 3D image segmentation which requires 3D pooling and convolution (somehow it is called 4D convolution in this link
This function is supported in caffe2, tensorflow and pytorch. Any plan to implement for a higher dimension CNN operations?
It's on my todo list. It's a low priority for me though.
Hey @davisking, any update on this particular issue? Thanks.
It's still on my todo list. However, it's not very hard to do, so anyone else could submit a PR ;)
Hey @davisking, any update on this particular issue? MayBe i can do a PR, could you please give me a roadmap to achieving it? Thanks.
I'm not going to work on this any time soon.