Replies: 1 comment
-
observed is a binary tensor, indicating whether the corresponding value is observed or not (1 for observed, 0 for unobserved i.e. missing value). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi -- great work, thanks for releasing the paper and codebase!
I was digging through the code and noticed that the forward in the lightning model takes
feat_dynamic_real
andobserved_feat_dynamic_real
, but I couldn't find any reference to theobserved
variant in the examples. Same thing forpast_dynamic_real
andpast_observed_dynamic_real
.Could you expand on the difference between the two?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions