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 trying to fine-tune a model using a custom dataset that includes feat_dynamic_real variates. However, I noticed that the current implementation may not directly support these additional covariates. Specifically:
Bug Description
I am trying to fine-tune a model using a custom dataset that includes
feat_dynamic_real
variates. However, I noticed that the current implementation may not directly support these additional covariates. Specifically:[src/uni2ts/data/builder/simple.py]
to accommodatefeat_dynamic_real
andpast_feat_dynamic_real
?Example Code to Reproduce
Here is a simplified preprocessing snippet:
Questions
Support for Covariates:
simple.py
need modifications to handlefeat_dynamic_real
andpast_feat_dynamic_real
?Generator Function:
batch_user_gen_func
implementation correct for passingfeat_dynamic_real
andpast_feat_dynamic_real
to the dataset?Architecture Adjustments:
feat_dynamic_real
andpast_feat_dynamic_real
during fine-tuning?Expected Behavior
feat_dynamic_real
andpast_feat_dynamic_real
variates during training and inference.The text was updated successfully, but these errors were encountered: