Lornatang / SRGAN-PyTorch

A simple and complete implementation of super-resolution paper.
Apache License 2.0
410 stars 105 forks source link

Traceback (most recent call last): File "F:\SRGAN-PyTorch-main\test.py", line 190, in <module> main() File "F:\SRGAN-PyTorch-main\test.py", line 169, in main config["ONLY_TEST_Y_CHANNEL"], KeyError: 'ONLY_TEST_Y_CHANNEL' #81

Closed colorfulorange666 closed 1 year ago

colorfulorange666 commented 1 year ago

When I run test.py and have already modified the yaml file, it always has report this error to me,how can I correct it?Thanks for your response.

Lornatang commented 1 year ago

Fixed. Thank you.