Update config.json
Browse files- config.json +11 -2
config.json
CHANGED
@@ -1,6 +1,14 @@
|
|
1 |
{
|
2 |
"_target_": "pvnet_summation.models.flat_model.FlatModel",
|
3 |
-
"output_quantiles":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"model_name": "openclimatefix/pvnet_uk_region",
|
5 |
"model_version": "4009df82e63e30546e2000728bff34b9c0520617",
|
6 |
"output_network": {
|
@@ -11,7 +19,8 @@
|
|
11 |
"res_block_layers": 2,
|
12 |
"dropout_frac": 0.0
|
13 |
},
|
14 |
-
"
|
|
|
15 |
"optimizer": {
|
16 |
"_target_": "pvnet.optimizers.AdamWReduceLROnPlateau",
|
17 |
"lr": 0.0001,
|
|
|
1 |
{
|
2 |
"_target_": "pvnet_summation.models.flat_model.FlatModel",
|
3 |
+
"output_quantiles": [
|
4 |
+
0.02,
|
5 |
+
0.1,
|
6 |
+
0.25,
|
7 |
+
0.5,
|
8 |
+
0.75,
|
9 |
+
0.9,
|
10 |
+
0.98
|
11 |
+
],
|
12 |
"model_name": "openclimatefix/pvnet_uk_region",
|
13 |
"model_version": "4009df82e63e30546e2000728bff34b9c0520617",
|
14 |
"output_network": {
|
|
|
19 |
"res_block_layers": 2,
|
20 |
"dropout_frac": 0.0
|
21 |
},
|
22 |
+
"relative_scale_pvnet_outputs": false,
|
23 |
+
"predict_difference_from_sum": true,
|
24 |
"optimizer": {
|
25 |
"_target_": "pvnet.optimizers.AdamWReduceLROnPlateau",
|
26 |
"lr": 0.0001,
|