import keras, tensorflow as tf, numpy as np, matplotlib.pyplot as plt ... plt.grid(False) plt.imshow(train_images[i], cmap=plt.cm.binary) ...
確定! 回上一頁