import numpy as np from tensorflow import keras from ... 28, 1) x_train = np.expand_dims(x_train, -1) x_test = np.expand_dims(x_test, ...
確定! 回上一頁