... model.predict(np.array([x_adv.image])) plt.figure() # Plot the original image plt.subplot(1, 3, 1) plt.title(y_name plt.imshow(x, cmap=plt.cm.binary) ...
確定! 回上一頁