回答編集履歴
1
修正
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
'2.1.0'
|
8
8
|
|
9
|
-
>>> from tensorflow.
|
9
|
+
>>> from tensorflow.keras.datasets import mnist
|
10
10
|
|
11
11
|
>>> (x_train, y_train), (x_test, y_test) = mnist.load_data()
|
12
12
|
|