dvlab-research / MASA-SR

MASA-SR: Matching Acceleration and Spatial Adaptation for Reference-Based Image Super-Resolution (CVPR2021)
161 stars 20 forks source link

Question of the downsample of encoder #5

Closed tiger990111 closed 3 years ago

tiger990111 commented 3 years ago

Dear author. The paper says that "The encoder consists of three building blocks – the second and third blocks halve the size of the feature maps with stride 2". However, the code's param "n_blks = [4, 4, 4]" in class MASA indicates that the second and third blocks have 2^4 times downsampling by stride 2, which is inconsistent with the paper. So, how to explain that?

tiger990111 commented 3 years ago

sry, i made a mistake.