Top "Tensor" questions

A tensor is a multi-dimensional array.

What does data.norm() < 1000 do in PyTorch?

I am following the PyTorch tutorial here. It says that x = torch.randn(3, requires_grad=True) y = x * 2 while y.…

python deep-learning linear-algebra pytorch tensor
Which part of Pytorch tensor represents channels?

Surprisingly I have not found an answer to this question after looking around the internet. I am specifically interested in …

python conv-neural-network pytorch dimension tensor
Analyze a tensorflow graph or a .pb file on Tensorboard

I have been following github repository for "Tensorflow on Android". I was able to build the code using bazel and …

android-studio tensorflow tensorboard tensor
'Tensor' object has no attribute 'assign_add'

I encountered error 'Tensor' object has no attribute 'assign_add' when I try to use the assign_add or assign_…

object tensorflow attributes tensor