Skip to content

Commit 369261d

Browse files
committed
Linting fixes
1 parent 1ad649d commit 369261d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pvnet/models/multimodal/site_encoders/encoders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ def __init__(
146146
use_id_in_value: Whether to use a PV ID embedding in network used to produce the
147147
value for the attention layer.
148148
target_id_dim: The number of unique IDs.
149+
target_key_to_use: The key to use for the target in the attention layer.
150+
input_key_to_use: The key to use for the input in the attention layer.
149151
150152
"""
151153
super().__init__(sequence_length, num_sites, out_features)

0 commit comments

Comments
 (0)