MVF constructed by nn.Conv3d?
TryHard-LL opened this issue · 1 comments
TryHard-LL commented
Hi,
Is MVF block constructed by nn.Conv3d?
It can by constructed by nn.Conv2d?
whwu95 commented
We simply employ the 1D conv (e.g., 3x1x1) using nn.Conv3d. Of course, it can be implemented with nn.Conv1d.