質問編集履歴

2

情報の追加

2018/11/13 04:11

投稿

taiyo2017
taiyo2017

スコア170

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,10 @@
5
5
  Tracebackには、
6
6
 
7
7
  ```ここに言語を入力
8
+
9
+ Training samples: 9
10
+
11
+ Validation samples: 2
8
12
 
9
13
  Traceback (most recent call last):
10
14
 

1

情報の修正

2018/11/13 04:11

投稿

taiyo2017
taiyo2017

スコア170

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  File "cnn.py", line 167, in <module>
12
12
 
13
- model.fit(np.array(trainDataResult), np.array(trainLabelResult), n_epoch=100, batch_size=32, validation_set=0.1, show_metric=True)
13
+ model.fit(trainDataSet, trainLabel, n_epoch=100, batch_size=32, validation_set=0.1, show_metric=True)
14
14
 
15
15
  File "/Users/xxx/anaconda/xxx/lib/python2.7/site-packages/tflearn/models/dnn.py", line 216, in fit
16
16