Spaces:
Running
Running
Update options/predict/LOLBlur.yml
Browse files
options/predict/LOLBlur.yml
CHANGED
@@ -3,7 +3,8 @@ network:
|
|
3 |
name: Network
|
4 |
img_channels: 3
|
5 |
width: 32
|
6 |
-
|
|
|
7 |
enc_blk_nums: [1, 2, 3]
|
8 |
dec_blk_nums: [3, 1, 1]
|
9 |
enc_blk_nums_map: None
|
@@ -15,8 +16,8 @@ network:
|
|
15 |
|
16 |
#### save model
|
17 |
save:
|
18 |
-
best: ./models/bests/
|
19 |
-
path: ./models/
|
20 |
|
21 |
LOLBlur:
|
22 |
inputs_path: ./inputs/synthetic
|
|
|
3 |
name: Network
|
4 |
img_channels: 3
|
5 |
width: 32
|
6 |
+
middle_blk_num_enc: 2
|
7 |
+
middle_blk_num_dec: 2
|
8 |
enc_blk_nums: [1, 2, 3]
|
9 |
dec_blk_nums: [3, 1, 1]
|
10 |
enc_blk_nums_map: None
|
|
|
16 |
|
17 |
#### save model
|
18 |
save:
|
19 |
+
best: ./models/bests/Network_noFAC_LOLBlur.pt
|
20 |
+
path: ./models/Network_noFAC_LOLBlur.pt
|
21 |
|
22 |
LOLBlur:
|
23 |
inputs_path: ./inputs/synthetic
|