Skip to content

Commit

Permalink
Debug main_test_swin2sr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Choiuijin1125 committed Sep 29, 2022
1 parent 8f9aa49 commit cacccc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test_swin2sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def define_model(args):
def setup(args):
# 001 classical image sr/ 002 lightweight image sr
if args.task in ['classical_sr', 'lightweight_sr', 'compressed_sr']:
save_dir = f'results/swinir_{args.task}_x{args.scale}'
save_dir = f'results/swin2sr_{args.task}_x{args.scale}'
folder = args.folder_gt
border = args.scale
window_size = 8
Expand Down

0 comments on commit cacccc7

Please sign in to comment.