Skip to content

Commit

Permalink
Update FSMNCell.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuaiYeh authored Aug 15, 2018
1 parent 5fd9cf4 commit bab482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FSMNCell.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def skip_connection_func(input_skip):
mem_l.insert(ele_1, self._input_size*[0])
ele_1 += self._stride_l
while ele_2 < len(mem_r):
for count2 in range(self._stride_l):
for count2 in range(self._stride_r):
mem_r.insert(ele_2, self._input_size*[0])
ele_2 += self._stride_r

Expand Down

0 comments on commit bab482a

Please sign in to comment.