ARML icon indicating copy to clipboard operation
ARML copied to clipboard

why reverse the order of decoder output?

Open d12306 opened this issue 4 years ago • 2 comments

Hi, @huaxiuyao , thanks for your implementation,

I notice that when you generate the decoder output in the task_embedding.py, you reverse the order of the prototypes, what is the meaning of this step? Will that mix the order of the prototypes?

Thanks,

d12306 avatar May 12 '20 06:05 d12306

This is a typical way for RNN based autoencoder, such as https://arxiv.org/pdf/1502.04681.pdf

huaxiuyao avatar May 12 '20 06:05 huaxiuyao

Thanks for your illustration! great work

d12306 avatar May 12 '20 06:05 d12306