JiahuiYu / wdsr_ntire2018

Code of our winning entry to NTIRE super-resolution challenge, CVPR 2018
http://www.vision.ee.ethz.ch/ntire18/
598 stars 123 forks source link

About the linear low-rank convolution #35

Closed yiyunchen closed 5 years ago

yiyunchen commented 5 years ago

In the paper, it said that linear low-rank convolution factorizes a large convolution kernel to two low-rank convolution kernels. but i did not see the detailed, and i am confused about it. i would like to know which part of the code is for this. i am new to this. Thank you!

JiahuiYu commented 5 years ago

https://github.com/JiahuiYu/wdsr_ntire2018/blob/cd2053e20579a020f609459d795656590dc98307/wdsr_b.py#L18-L21