import torch import numpy as np import stackview
image = np.random.random((100,100))
tensor = torch.tensor(image)
stackview.insight(tensor)