Skip to content(if available)orjump to list(if available)

Draw high dimensional tensors as a matrix of matrices

mbowring

MATLAB does this

IAmBroom

Since matrices on a computer are actually 2-D matrices stored as linear 'arrays' (ok, memory locations)... I'm not sure what this is. Pretty standard implementation of the concept.

saagarjha

Curious why this isn’t in PyTorch.