Xiaobiao Du

Results 12 comments of Xiaobiao Du

I also meet this problem. Hope this problem will be fixed

[code.zip](https://github.com/thstkdgus35/EDSR-PyTorch/files/3159958/code.zip)

Hi. I have send my code. If u want to run this code. U just modify the test.py line80 for your model path, and data_fortest.py line17 for your benchmark path(Data...

` hr = model(lr) hr = common.quantize(hr,255) print('range',torch.max(hr),torch.min(hr)) hr_np = hr.cpu().data.numpy().astype('uint8').transpose(0, 2, 3, 1) print(np.max(hr_np),np.min(hr_np)) img = Image.fromarray(hr_np[0],'RGB') img.save('results/%s'%batch['info'][0])`

Hi. In the code that I send to you. I have fix the problem that some piexl is error. But the PSNR is always different with the result in your...

Hi I try many ways to find the problem that PSNR is wrong. I think maybe the key in the input of model.

Hi, I have fix these problem. Thanks for your help

Hi, when you don't use the pre-trained weight in the student model with FGD, do you obtain better results than you use the pre-trained weight? I doubt that pre-trained weights...

AttributeError: 'DeepFloydGuidance' object has no attribute 'state_dict' I meet this problem when export model