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,
Thanks for this amazing tutorial. I see that in jupyter notebook when the attention weights are being calculated, the softmax is taken along the wrong dimension. I am still learning about ViT so any clarification would be great!
Ideally, it should be dim=-1 or dim=2 in this
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for this amazing tutorial. I see that in jupyter notebook when the attention weights are being calculated, the softmax is taken along the wrong dimension. I am still learning about ViT so any clarification would be great!
Ideally, it should be
dim=-1
ordim=2
in thisThe text was updated successfully, but these errors were encountered: