... 1) input_shape = (img_rows, img_cols, 1) # 轉換色彩0~255 資料為0~1 x_train = x_train.astype('float32') x_test = x_test.astype('float32') x_train /= 255 ...
確定! 回上一頁