Sujy Han

Results 5 issues of Sujy Han

Hi. I'm trying to train MANet with spatially-variant mode. I changed your code here https://github.com/JingyunLiang/MANet/blob/eaf8265ad5dd946247128a023541133b36f94f3c/codes/train.py#L172 to this : ``` prepro_train = util.SRMDPreprocessing(opt['scale'], random=True, l=opt['kernel_size'], add_noise=opt['train_noise'], noise_high=opt['noise_high'] / 255., add_jpeg=opt['train_jpeg'], jpeg_low=opt['jpeg_low'],...

Hi. There's a problem when resume training. I tried to restart training DASR using this : ``` python main.py --dir_data='my/path' \ --model='blindsr' \ --scale='4' \ --blur_type='aniso_gaussian' \ --noise=25.0 \ --lambda_min=0.2...

Hi, @MC-E. I really thank for your awesome work. I have some questions about training MM-RealSR. 1. In your paper, MM-RealSR was trained during 1000k iterations for phase 1 and...

Hi, @yhjo09. Can i get the license info about DownSample2DMatlab function [here](https://github.com/yhjo09/ciplab-NTIRE-2020/blob/82598444613429b845c401ad563bc79a98c74614/utils.py#L98)? Thanks.

Hi, @kky7 Can i get the license information? Thanks for great work:)