colorjam / PAMS

PArameterized Max Scale
57 stars 12 forks source link

code doesn't match the paper #14

Open Cheeun opened 3 years ago

Cheeun commented 3 years ago

The figure 1 in the paper implies that the input of 1st conv in the PAMSblock is quantized. However, according to your code, the input of 1st convolution in the residual block is not quantized. Accordingly, the experimental results are from the wrong code..? Can you solve the inconsistency?

Sheldon04 commented 1 year ago

Actually, I see the same problem at DDTB. I'm glad you corrected them in your code @Cheeun .