DDNM icon indicating copy to clipboard operation
DDNM copied to clipboard

I encountered an error stating 'degradation type not supported' when running tasks like 'sr_bicubic'.

Open nil0330 opened this issue 9 months ago • 0 comments

The command I executed was 'python main.py --ni --simplified --config celeba_hq.yml --path_y LR --eta 0.85 --deg "sr_bicubic" --deg_scale 1 --sigma_y 0.1 -i LR02', and it resulted in an error showing 'NotImplementedError: degradation type not supported.' Besides 'sr_bicubic,' other tasks such as 'cs_walshhadamard' and 'cs_blockbased' are also included in the '# get degradation matrix' section. How can I resolve this issue?

nil0330 avatar Oct 30 '23 08:10 nil0330