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
Found via code audit. transformer.py:52. x = tok_emb directly without adding position_embedding. Model cannot learn sequence order. All training produces garbage.
Found via code audit. transformer.py:52. x = tok_emb directly without adding position_embedding. Model cannot learn sequence order. All training produces garbage.