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

Ideas for 3D+ shapes

Open parrt opened this issue 4 years ago • 1 comments

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

parrt avatar Oct 07 '20 18:10 parrt

I have no idea how you produce these beautiful and very useful visualizations, so I do not know if my idea helps you. I was thinking something along these lines:

image

This is for a (4,8,64,64,3) tensor. You might use a cube as a "unit" for higher order tensors. For example for (10,4,8,64,64,3) you build a cube (10,4,8) which is consist of smaller cubes (64,64,3).

ConstantinosM avatar Oct 08 '20 22:10 ConstantinosM