Skip to content

Commit

Permalink
corrected test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMoraru123 committed Jul 30, 2023
1 parent ae0398f commit 24c8be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def dataset_config(json_path):

config = {
'data_folder': json_path,
"split": "test",
"split": "train",
"crop_size": 96,
"scaling_factor": 4,
"low_res_img_type": "[0, 255]",
Expand Down

0 comments on commit 24c8be6

Please sign in to comment.