File size: 597 Bytes
e43006c
75b8c1c
 
 
 
 
 
 
 
 
b8299ab
75b8c1c
 
e43006c
75b8c1c
69f5946
75b8c1c
e43006c
 
 
 
b8299ab
 
 
69f5946
b8299ab
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
_target_: pvnet_summation.models.horizon_dense_model.HorizonDenseModel
output_quantiles:
- 0.02
- 0.1
- 0.25
- 0.5
- 0.75
- 0.9
- 0.98
output_network:
  _target_: pvnet.models.late_fusion.linear_networks.networks.ResFCNet
  _partial_: true
  fc_hidden_features: 128
  n_res_blocks: 3
  res_block_layers: 2
  dropout_frac: 0.2
predict_difference_from_sum: true
force_non_crossing: true
beta: 3
use_horizon_encoding: true
use_solar_position: true
history_minutes: 120
forecast_minutes: 480
interval_minutes: 30
num_input_locations: 331
input_quantiles:
- 0.02
- 0.1
- 0.25
- 0.5
- 0.75
- 0.9
- 0.98