lxtGH/OctaveConv_pytorch

Upsample should be after L->H convolution

andravin opened this issue · 1 comments

X_l2h = self.upsample(X_l)

In the paper, the upsample operation occurs after the L->H convolution, not before.

lxtGH commented

Hi!, thanks for your review!!!