Kai Zhang

Results 68 comments of Kai Zhang

I will release the training code in this month. You may refer to [the training code of FFDNet](https://github.com/cszn/FFDNet/tree/master/TrainingCodes/FFDNet_TrainingCodes_v1.0) for now since they share the same idea.

[A PyTorch Implementation of SRMD](https://github.com/2wins/SRMD-pytorch)

@xuanzhangyang @xiaojidan @QueeneTam @usmankhalid-developers https://github.com/cszn/SRMD/tree/master/TrainingCodes

new training code based on PyTorch https://github.com/cszn/KAIR

@ffffyuan https://github.com/cszn/SRMD/tree/master/TrainingCodes

https://github.com/cszn/KAIR

https://github.com/cszn/SRMD/blob/master/TrainingCodes/utilities/data_augmentation.m

In matlab, pre-define the large matrix is useful to the memery. For example, ``` n = 1000000; A = zeros(1, n); for i = 1:n A(i) = i; end ```...

Use https://github.com/cszn/DPIR/blob/master/main_dpir_sisr_real_applications.py for real applications.