Spaces:
Running
Running
adjust opt['heat'] and remove heat param
Browse files
models/SRFlow/code/confs/SRFlow_DF2K_4X.yml
CHANGED
@@ -32,7 +32,7 @@ datasets:
|
|
32 |
#### Test Settings
|
33 |
dataroot: /kaggle/input/test-set/test set
|
34 |
model_path: models/SRFlow/35000_G
|
35 |
-
heat: 0.
|
36 |
|
37 |
#### network structures
|
38 |
network_G:
|
|
|
32 |
#### Test Settings
|
33 |
dataroot: /kaggle/input/test-set/test set
|
34 |
model_path: models/SRFlow/35000_G
|
35 |
+
heat: 0.7 # This is the standard deviation of the latent vectors
|
36 |
|
37 |
#### network structures
|
38 |
network_G:
|