import tensorflow.keras as keras import tensorflow as tf import numpy as np ... print(x_train.shape[0], 'train set') print(x_test.shape[0], ...
確定! 回上一頁