farizrahman4u / seq2seq

Sequence to Sequence Learning with Keras
GNU General Public License v2.0
3.17k stars 845 forks source link

Update cells.py #230

Closed dsx4602 closed 6 years ago

dsx4602 commented 6 years ago

In line #100 of cell.py, 'z1' should be instead of 'z0', otherwise f would equal to i, which contradicts with LSTM model.