#taking a sample image to view #Remember image is in the form of numpy array. image_sample = data[0,:].reshape(8,8) plt.imshow(image_sample).
確定! 回上一頁