I think visualizing tensors and arrays was already discussed in this thread.
I don’t know what shape the tensor in the current screenshot has, but as already described you will be able to visualize tensors using plt.imshow
as long as they have a valid image shape.
I’m also unsure why the values are again negative, but assume you are not using the softmax
operation anymore.