twtygqyy / pytorch-LapSRN

Pytorch implementation for LapSRN (CVPR2017)
MIT License
281 stars 79 forks source link

shared weight #10

Open pzz2011 opened 6 years ago

pzz2011 commented 6 years ago

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.

twtygqyy commented 6 years ago

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.