ARML
ARML copied to clipboard
why reverse the order of decoder output?
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,
This is a typical way for RNN based autoencoder, such as https://arxiv.org/pdf/1502.04681.pdf
Thanks for your illustration! great work