-
Notifications
You must be signed in to change notification settings - Fork 8
Encoder decoder
Riccardo Viviano edited this page Mar 16, 2020
·
2 revisions
Tips:
-
if inputs of your encoder are [input_size1] and inputs of your decoder are [input_size2], then encoder lstms size should be input_size1 decoder lstms size should be input_size1+input_size2.
-
encoder and decoder lstms unrolled cells must be >= 2
-
last lstm cell in vertical for decoder and encoder cannot have dropout,normalization,residual addition