Closed tshmak closed 4 years ago
Hi @Jeevesh8 thanks a lot for your code!
I am trying to understand the paper more. Can you please clarify the meaning of the subscripts _o and _l in residual_encoder.py? I see that you are using two residual encoders and concatenating them, and they serve different purposes.
_o
_l
Thanks a lot!
Tim
They mean observed and latent respectively @tshmak . You can read this paper .
Hi @Jeevesh8 thanks a lot for your code!
I am trying to understand the paper more. Can you please clarify the meaning of the subscripts
_o
and_l
in residual_encoder.py? I see that you are using two residual encoders and concatenating them, and they serve different purposes.Thanks a lot!
Tim