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
Currently the pos. embeddings are always re-calculated with torch.arange which can easily be replaced by an initial tensor that is then indexed everytime
Currently the pos. embeddings are always re-calculated with torch.arange which can easily be replaced by an initial tensor that is then indexed everytime