pytorch-LapSRN
pytorch-LapSRN copied to clipboard
shared weight
Hi, Have you tried shared weight between different pyramid levels(as the LapSRN paper said), the code of you uploaded now seems doesn't do it.
Hi @pzz2011, this repo was implemented before their journal extension appeared, not shared weight was mentioned in their CVPR paper. Recently I've checked the journal one, and I will try that when I have time.