Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Nov 27, 2023
1 parent 1713266 commit 03d5b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/model/multimodal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ pv_encoder:
#--------------------------------------------

sensor_encoder:
_target_: pvnet.models.multimodal.site_encoders.encoders.SingleAttentionNetwork
_target_: pvnet.models.multimodal.site_encoders.encoders.SingleSensorAttentionNetwork
_partial_: True
num_sites: 123
out_features: 40
num_heads: 4
kdim: 40
pv_id_embed_dim: 20
sensor_id_embed_dim: 20

#--------------------------------------------
# Tabular network settings
Expand Down

0 comments on commit 03d5b78

Please sign in to comment.