Longguang Wang
Longguang Wang
Hi @xjhcassy, please see [here](https://drive.google.com/file/d/1J7y6cNWL2-3UZ4x5fdeHQvO8Wkwp0UeV/view).
Hi @zyf1040895256, 感谢对我们工作的关注。 首先,请再次确认下运行DASR代码时使用的环境是不是pytorch 1.1.0。在1.1.0版本应该不会出现_DataLoaderIter载入错误的。 其次,可以尝试将_DataLoaderIter类([连接](https://github.com/pytorch/pytorch/blob/v1.1.0/torch/utils/data/dataloader.py#L199))复制到你的torch.utils.data.dataloader.py中,应该也可以解决这个问题。 另外,也可以参考这个[回答](https://github.com/HolmesShuan/OISR-PyTorch/issues/6#issuecomment-615517353)将DASR中数据读取部分的代码替换为EDSR 1.2.0版本中的数据读取代码。
Hi @LuckyXuYang, thanks for your interest in our work. This repo is developed based on [EDSR](https://github.com/sanghyun-son/EDSR-PyTorch). `adversarial.py` and `vgg.py` are provided in EDSR repo to calculate perceptual loss but not...
Hi @xiab3369, we have uploaded pretrained models for x3 and x4 SR. In our experiments, we used [pretrained SRMDNF](https://github.com/cszn/KAIR) and only trained a predictor network to estimate blur kernel for...
Hi @chenlanzheng, 我这边没有出现过这种错误,看起来似乎是因为数据集为空导致报NoneType object is not iterable的错误。请问也没有修改过训练的参数配置。
Hi @nan-rock, please refer to Fig. 5(a) in the paper. Here, `-0.5` is used to calculate `L(x)`.
Hi @DongHwanJang, please see [here](https://drive.google.com/file/d/1J7y6cNWL2-3UZ4x5fdeHQvO8Wkwp0UeV/view).
Hi @yxy6217, 测试设备的CUDA版本为10.1,CUDNN版本为7.4.2。看报错信息像是torch版本与CUDA版本不匹配,请再检查确认下。
Hi @tongchangD,感谢对我们工作的关注。在第二步中R参数是与网络参数一起被优化更新的。
Hi @DTM3302, thanks for your interest in our work. The parameters of the degradation encoder are also updated during training the whole network.