I\'m trying to create an image from "numpy.ndarray", using the following:
x = np.random.randint(0, 256, (3, 64, 64), dtype=np.uint8)