conv_seq2seq
conv_seq2seq copied to clipboard
Never see the pooling layers!!!
Hello, in the fariseq's preject i see the avg_pooling layer, but i can't find the keyword "pool" in this project, maybe i'm wrong, look forward to your reply, thanks !
There's no pooling layer in the conv seq2seq model reported in the paper https://arxiv.org/abs/1705.03122. The avg_pooling is an extra implementation which is not relevant if you just want to use the conv seq2seq model.