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
Error handling in PyTorch/XLA is inconsistent and leads to poor user experience. We ought to clearly distinguish between user errors and internal errors and handle them differently.
Once the design is approved, we should implement it.
🐛 Bug
Error handling in PyTorch/XLA is inconsistent and leads to poor user experience. We ought to clearly distinguish between user errors and internal errors and handle them differently.
Once the design is approved, we should implement it.