質問編集履歴

1

2018/08/05 08:18

投稿

cand
cand

スコア65

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,8 @@
9
9
  import pickle
10
10
 
11
11
  from dataset.mnist import load_mnist
12
+
13
+ import common
12
14
 
13
15
  from common.functions import sigmoid, softmax
14
16