_target_: pvnet_summation.models.dense_model.DenseModel | |
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: 2 | |
res_block_layers: 2 | |
dropout_frac: 0.2 | |
predict_difference_from_sum: 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 | |