SPSR
SPSR copied to clipboard
Pytorch implementation of Structure-Preserving Super Resolution with Gradient Guidance (CVPR 2020 & TPAMI 2021)
I have tried working with smaller batches even batch size of 1. but the error persists. use_tb_logger: True model: spsr scale: 2 gpu_ids: [2, 3] datasets:[ train:[ name: exp mode:...
I am training with my custom data. I have successfully trained on custom data and the validation result looks good. However, when I run the exact same model on a...
您好,训练时报错AssertionError: /root/SPSR-master/code/data/dataset/DIV2K800_sub_HR.lmdb/ has no valid image file .lmdb文件夹中只有三个文件,也确实没有图像文件,是按步骤设置的请问是哪里出错了,期待您的回答
Hello, do you know if I train another dataset (HR size = 480*480),which is different from your dataset, should I change the "HR_size":128 in tain_spsr.json? **If so, I'd change the...