Delete old model config after rename
Browse files- config.json +0 -33
config.json
DELETED
@@ -1,33 +0,0 @@
|
|
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": "963d0cc47d6c9df9a08b9e05f8fd064a637346ba",
|
14 |
-
"output_network": {
|
15 |
-
"_target_": "pvnet.models.multimodal.linear_networks.networks.ResFCNet2",
|
16 |
-
"_partial_": true,
|
17 |
-
"fc_hidden_features": 128,
|
18 |
-
"n_res_blocks": 2,
|
19 |
-
"res_block_layers": 2,
|
20 |
-
"dropout_frac": 0.1
|
21 |
-
},
|
22 |
-
"relative_scale_pvnet_outputs": false,
|
23 |
-
"predict_difference_from_sum": true,
|
24 |
-
"optimizer": {
|
25 |
-
"_target_": "pvnet.optimizers.AdamWReduceLROnPlateau",
|
26 |
-
"lr": 0.0001,
|
27 |
-
"weight_decay": 0.25,
|
28 |
-
"amsgrad": true,
|
29 |
-
"patience": 10,
|
30 |
-
"factor": 0.1,
|
31 |
-
"threshold": 0.0
|
32 |
-
}
|
33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|