teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コードの修正

2020/07/20 05:48

投稿

maguro2020
maguro2020

スコア34

title CHANGED
File without changes
body CHANGED
@@ -214,7 +214,7 @@
214
214
  test_b = model.predict(X_test_b, batch_size=1)
215
215
 
216
216
  train = train.reshape((len(train),-1))
217
- test_c = test_s.reshape((len(X_test_c),-1))
217
+ test_c = test_c.reshape((len(X_test_c),-1))
218
218
  test_b = test_b.reshape((len(X_test_b),-1))
219
219
 
220
220
  #0-1変換