Skip to content

Commit

Permalink
Update and rename test_EFEN_x2.yml to test_MSDAN_x2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereeeee authored May 30, 2024
1 parent 0e00796 commit 2417670
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: EFEN_DF2K_x2_1000k
name: MSDAN_DF2K_x2_1000k
model_type: SRModel
scale: 2
num_gpu: 1 # set num_gpu: 0 for cpu mode
manual_seed: 0
# python basicsr/test.py -opt options/test/test_EFEN_x2.yml
# python basicsr/test.py -opt options/test/test_MSDAN_x2.yml

datasets:
test_1:
Expand Down Expand Up @@ -45,14 +45,14 @@ datasets:

# network structures
network_g:
type: EFFN
type: MSDAN
channels: 48
num_DFEB: 8
upscale_factor: 2

# path
path:
pretrain_network_g: experiments/pretrained_models/EFEN_x2.pth
pretrain_network_g: experiments/pretrained_models/MSDAN_x2.pth
param_key_g: params_ema
strict_load_g: true

Expand Down

0 comments on commit 2417670

Please sign in to comment.