Skip to content

Commit

Permalink
update model config
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Oct 2, 2023
1 parent 6d85f43 commit ab70636
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions configs/model/multimodal.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_target_: pvnet.models.multimodal.multimodal.Model

output_quantiles: null
output_quantiles: [0.02, 0.1, 0.25, 0.5, 0.75, 0.9, 0.98]

#--------------------------------------------
# NWP encoder
Expand Down Expand Up @@ -37,9 +37,11 @@ add_image_embedding_channel: True
pv_encoder:
_target_: pvnet.models.multimodal.site_encoders.encoders.SimpleLearnedAggregator
_partial_: True
out_features: 256
num_sites: 349

out_features: 64
value_dim: 64
value_enc_resblocks: 2
final_resblocks: 2

#--------------------------------------------
# Tabular network settings
Expand All @@ -55,7 +57,7 @@ output_network:

embedding_dim: 16
include_sun: True
include_gsp_yield_history: True
include_gsp_yield_history: False

#--------------------------------------------
# Times
Expand All @@ -64,6 +66,9 @@ include_gsp_yield_history: True
# Foreast and time settings
forecast_minutes: 480
history_minutes: 120

min_sat_delay_minutes: 60

# --- set to null if same as history_minutes ---
sat_history_minutes: 90
nwp_history_minutes: 120
Expand Down

0 comments on commit ab70636

Please sign in to comment.