HWalkingMan
HWalkingMan
In EDSR-Pytorch: https://github.com/sanghyun-son/EDSR-PyTorch/blob/9d3bb0ec620ea2ac1b5e5e7a32b0133fbba66fd2/src/model/rdn.py#L88 In Original Paper Repo: https://github.com/yulunzhang/RDN/blob/fdc932a815976f7546416b7cca4b3f016034e2cd/RDN_TrainCode/code/model/RDN.lua#L126 the input_channel of the last Conv layer in UpNet should be G0 instead of G, beacuse the input_channel of original paper repo...
Your work is awesome! I have tested with your pre-trained model on CelebaTest and got amazing visual results. However, I noticed that your paper and the VQFR's paper both provide...