Skip to content

Commit

Permalink
from local
Browse files Browse the repository at this point in the history
  • Loading branch information
DoheeKim authored and DoheeKim committed Jan 16, 2024
1 parent e39cb69 commit 741bb00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified scripts/whale/.test.py.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/whale/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
a = torch.randn(642, 768)
b = torch.randn(56, 768)
lm_am_sim_cp = torch.matmul(a, b)
print(lm_am_sim_cp)
print(lm_am_sim_cp.size())

plt.matshow(lm_am_sim_cp.numpy())
plt.colorbar()
Expand Down

0 comments on commit 741bb00

Please sign in to comment.