conv_seq2seq icon indicating copy to clipboard operation
conv_seq2seq copied to clipboard

Never see the pooling layers!!!

Open linkerr opened this issue 7 years ago • 1 comments

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 !

linkerr avatar Sep 15 '17 07:09 linkerr

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.

tobyyouup avatar Sep 19 '17 01:09 tobyyouup