We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad649d commit 369261dCopy full SHA for 369261d
pvnet/models/multimodal/site_encoders/encoders.py
@@ -146,6 +146,8 @@ def __init__(
146
use_id_in_value: Whether to use a PV ID embedding in network used to produce the
147
value for the attention layer.
148
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.
151
152
"""
153
super().__init__(sequence_length, num_sites, out_features)
0 commit comments