You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding the time_varying_unknown_reals parameter. Is there any way to pass an entire embedding (e.g., a dense vector representation) directly to time_varying_unknown_reals, rather than splitting it into its individual components?
For example, if I have an embedding of size n, can I pass it as a single feature, or do I need to split it into n separate features?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
Hello!
I have a question regarding the
time_varying_unknown_reals
parameter. Is there any way to pass an entire embedding (e.g., a dense vector representation) directly to time_varying_unknown_reals, rather than splitting it into its individual components?For example, if I have an embedding of size n, can I pass it as a single feature, or do I need to split it into n separate features?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: