pytorch-seq2seq
pytorch-seq2seq copied to clipboard
Encoder and Decoder can have different number of layers
As a developer, I want the ability to have encoders and decoders to have different number of layers
This quora post lists two approaches. We can implement one or both of them.