You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: