Minor Issue
bryandlee opened this issue · 1 comments
bryandlee commented
Hi, thanks for the great work.
There is a typo in the pad size computation formula for the upsample blur kernel:
swapping-autoencoder-pytorch/model.py
Line 96 in 6b83814
I guess the sign should be changed
p = (len(blur_kernel) - factor) - (kernel_size - 1)
rosinality commented
Thank you, fixed it at 0096ec7.