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 am thinking if past_feat_dynamic_real needs to be truncated with other inputs as these are known context features, which should not be masked at all.
Discussed in #169
Originally posted by bkoyuncu January 8, 2025
Hello,
I have created my data with past_feat_dynamic_real, however, I believe the current implementation in pretrain.py does not include them in training as:
uni2ts/src/uni2ts/model/moirai/pretrain.py
Line 485 in cadebd8
where self.seq_fields are defined as
uni2ts/src/uni2ts/model/moirai/pretrain.py
Lines 66 to 72 in cadebd8
I believe past_feat_dynamic_real are not being output in the end of processing the input data.
Is this an expected behaviour? How can I make sure past_feat_dynamic_real are used in training?
The text was updated successfully, but these errors were encountered: