Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add env var option to override torch.Tensor.__repr__ (#384)
The __repr__ for large tensors is way too slow and the debugger takes forever to access them stalling for minutes at a time. This gives the option to replace it.
- Loading branch information