Skip to content

Commit a60fed3

Browse files
committed
fixed test code for rnn
1 parent c72b053 commit a60fed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_layers_recurrent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@
264264
if len(net.all_layers) != 5:
265265
raise Exception("layers dont match")
266266

267-
if len(net.all_params) != 7:
267+
if len(net.all_params) != 11:
268268
raise Exception("params dont match")
269269

270-
if net.count_params() != 4651600:
270+
if net.count_params() != 5293200:
271271
raise Exception("params dont match")

0 commit comments

Comments
 (0)