正規化資料數值範圍至[0, 1] 間 x_test = x_test.astype('float32') / 255. # 正規化資料維度,以便Keras 處理 x_train ...
確定! 回上一頁