farizrahman4u / seq2seq

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

Bugs may exist in cells.py #229

Closed dsx4602 closed 6 years ago

dsx4602 commented 6 years ago

In the class AttentionDecoderCell, line 100 in the build function is that "f = Activation(self.recurrent_activation)(z0)", but I think z0 may be z1.