質問編集履歴

2

追記

2019/01/21 06:31

投稿

physics303
physics303

スコア89

test CHANGED
File without changes
test CHANGED
@@ -185,3 +185,13 @@
185
185
  ご助言いただけると幸いです。
186
186
 
187
187
  よろしくお願いします。
188
+
189
+
190
+
191
+
192
+
193
+ 追記
194
+
195
+
196
+
197
+ L.GRUではなく、 L.NStepGRUを使うべきだったのでしょうか

1

ichigyousakujyo

2019/01/21 06:31

投稿

physics303
physics303

スコア89

test CHANGED
File without changes
test CHANGED
@@ -9,8 +9,6 @@
9
9
  from keras.layers import Input, GRU
10
10
 
11
11
  from keras.models import Model
12
-
13
- from keras.backend import tensorflow_backend as backend
14
12
 
15
13
 
16
14