Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Dec 5, 2023
1 parent d2c52f7 commit 65f3e6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pvnet/models/multimodal/site_encoders/encoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,9 @@ def __init__(

def _encode_query(self, x):
gsp_ids = x[BatchKey.sensor_id].squeeze().int()
print(f"{gsp_ids.shape=}")
query = self.sensor_id_embedding(gsp_ids) # .unsqueeze(1)
print(f"{query.shape=}")
return query

def _encode_key(self, x):
Expand Down

0 comments on commit 65f3e6a

Please sign in to comment.