Closed GreyZzzzzzXh closed 3 years ago
Hi, @GreyZzzzzzXh , thanks for your interest in our work.
I think you are right.. it doesn't need to be padded to a multiple of 128. I've used the padding part from the SepConv repository and I guess I have just used the same default settings.
Using the model without padding (for Vimeo-Triplet) should be faster and better. Thanks for letting me know! (Also, for the other images that require padding, I've seen repetition padding showing better performance, but not perfectly validated; just to let you know) :)
Thanks for your reply! :)
Hi, thanks for your nice work!
I have a question about the
def InOutPaddings(x)
, why should the width and height be padded to a multiple of 128? I change this number to 32, and the PSNR on Vimeo90k can be improved to 34.76dB (since 256 and 448 are already multiples of 32, no padding is actually done).