2. MNIST 데이터 불러오기¶. In [7]:. # mnist 데이터 불러오기 mnist = tf.keras.datasets.mnist (x_train, _), (x_test, _) = mnist.load_data().
確定! 回上一頁