回答編集履歴

1

修正

2020/03/15 09:38

投稿

technocore
technocore

スコア7245

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  '2.1.0'
8
8
 
9
- >>> from tensorflow.python.keras.datasets import mnist
9
+ >>> from tensorflow.keras.datasets import mnist
10
10
 
11
11
  >>> (x_train, y_train), (x_test, y_test) = mnist.load_data()
12
12