將原始資料轉為正確的影像排列方式 3. print('x_train before reshape:', x_train.shape) #輸出(60000, 28, 28) 4. dim=img_rows*img_cols*1 # 784=28x28 5. x_train ...
確定! 回上一頁