plot_tensor()
Plot a tensor image.
tensor (Path ot torch.Tensor) – The tensor image to be displayed. This can be a path to a “.pt” tensor file, or a torch.Tensor object.
cut_coords (tuple of three ints) – The coordinates of the slice to be displayed.
title (str, optional) – The title of the plot.