pkuxmq/Invertible-Image-Rescaling

A minor mistake?

plutoyuxie opened this issue · 1 comments

A method called downscale of IRNModel seems unused. So, maybe it is a nonsignificant mistake here:

LR_img = self.Quantization(self.forw_L)

Should it be like this LR_img = self.Quantization(LR_img )

Thanks for pointing out this mistake.