tensor-sensor icon indicating copy to clipboard operation
tensor-sensor copied to clipboard

The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy, pytorch, jax, tensorflow, keras, fastai.

Results 8 tensor-sensor issues
Sort by recently updated
recently updated
newest added

There is some overlap with these boxes: ![tight-1](https://user-images.githubusercontent.com/178777/134250793-f92d1ad2-edfc-4ed1-9cd4-34bdaee55417.png) ```python import torch import tsensor n = 200 # number of instances d = 764 # number of instance features nhidden =...

bug

The following code generates an exception but instead of showing the result of the operand subexpressions, it shows all bits of it: ![toomany-1](https://user-images.githubusercontent.com/178777/134250568-b7149a03-f482-4501-a11e-982bc80cf233.png) ```python import torch import tsensor n =...

bug
enhancement

The following exception not only generates a huge stack trace but also TensorSensor gives an error message augmentation indicating that `Y = model(X)` is the issue because it does not...

enhancement

I'd like to see what is happening with my torch module, and it's submodules. But I only get the toplevel: ![image](https://user-images.githubusercontent.com/65918/110561721-77a71880-8148-11eb-94ec-a66e260ee503.png)

question

**great works!** debug these math expression code is a very big problem not only scalar vector matrix , high rank tensor support ### Visualizing 3D tensors and beyond: TensorDim is...

enhancement

PyTorch: use `with torch.no_grad()` to prevent messing up autograd computations.

enhancement
side-effects
pytorch

https://www.tensorflow.org/guide/tensor

enhancement
suggestion