Skip to content

Commit

Permalink
polish: use QEModel instead of SRModel
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanxingql committed Oct 5, 2024
1 parent bc5630b commit 26d1705
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion options/test/ARCNN/DIV2K_LMDB_G1_latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# general settings
name: test_ARCNN_DIV2K_LMDB_G1_latest
model_type: SRModel
model_type: QEModel
scale: 1
num_gpu: 1 # set num_gpu: 0 for cpu mode
manual_seed: 0
Expand Down
2 changes: 1 addition & 1 deletion options/test/CBDNet/DIV2K_LMDB_G1_latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# general settings
name: test_CBDNet_DIV2K_LMDB_G1_latest
model_type: SRModel
model_type: QEModel
scale: 1
num_gpu: 1 # set num_gpu: 0 for cpu mode
manual_seed: 0
Expand Down
2 changes: 1 addition & 1 deletion options/test/DCAD/DIV2K_LMDB_G1_latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# general settings
name: test_DCAD_DIV2K_LMDB_G1_latest
model_type: SRModel
model_type: QEModel
scale: 1
num_gpu: 1 # set num_gpu: 0 for cpu mode
manual_seed: 0
Expand Down
2 changes: 1 addition & 1 deletion options/test/DnCNN/DIV2K_LMDB_G1_latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# general settings
name: test_DnCNN_DIV2K_LMDB_G1_latest
model_type: SRModel
model_type: QEModel
scale: 1
num_gpu: 1 # set num_gpu: 0 for cpu mode
manual_seed: 0
Expand Down
2 changes: 1 addition & 1 deletion options/test/MPRNet/DIV2K_LMDB_G1_latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# general settings
name: test_MPRNet_DIV2K_LMDB_G1_latest
model_type: SRModel
model_type: QEModel
scale: 1
num_gpu: 1 # set num_gpu: 0 for cpu mode
manual_seed: 0
Expand Down
2 changes: 1 addition & 1 deletion options/test/RBQE/nonblind_DIV2K_LMDB_G1_latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# general settings
name: test_RBQE_nonblind_DIV2K_LMDB_G1_latest
model_type: SRModel
model_type: QEModel
scale: 1
num_gpu: 1 # set num_gpu: 0 for cpu mode
manual_seed: 0
Expand Down
2 changes: 1 addition & 1 deletion options/test/RDN/DIV2K_LMDB_G1_latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# general settings
name: test_RDN_DIV2K_LMDB_G1_latest
model_type: SRModel
model_type: QEModel
scale: 1
num_gpu: 1 # set num_gpu: 0 for cpu mode
manual_seed: 0
Expand Down

0 comments on commit 26d1705

Please sign in to comment.