匯入cifar10模組 from keras.datasets import cifar10 import numpy as np #設定seed讓每次需要隨機產生的資料都有相同的輸出。 np.random.seed(10) output:
確定! 回上一頁