You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I noticed that the result of torch.allclose(xbow, xbow2), torch.allclose(xbow, xbow3) are all false when running the Collab example gpt-dev.ipynb in The mathematical trick in self-attention section. Here is what I got, has anyone encountered the same issue?
The text was updated successfully, but these errors were encountered:
Hi
I noticed that the result of
torch.allclose(xbow, xbow2), torch.allclose(xbow, xbow3)
are allfalse
when running the Collab examplegpt-dev.ipynb
in The mathematical trick in self-attention section. Here is what I got, has anyone encountered the same issue?The text was updated successfully, but these errors were encountered: