I see the data format is NCHW, it seems that this will only work with 2D image?
Is there support of 3D, such as NCDHW?
Hi @jingpengw, no, currently there isn't support. 3D convolutions are of interest to us though. Would you be interested in working on this issue?
yep, would be nice to have it, but this is not my priority right now.
I can take a look at adding support for 3D
@jackm321 what's the status of this?
@jingpengw we added 3d convolution support https://github.com/pytorch/glow/blob/master/tools/ClassGen/NodeGen.cpp#L90
https://github.com/pytorch/glow/blob/master/lib/Backends/Interpreter/InterpreterNodes.cpp#L534
Can you flesh out more details about what you are looking for?
Most helpful comment
I can take a look at adding support for 3D