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
Error message or code output
ine 238, in load_dataset
transform=transform_map[self.dataset](
TypeError: MoiraiFinetune.train_transform_map..default_train_transform() got an unexpected keyword argument 'offset'
put error or undesired output here
Environment
Operating system: MacOS
Python version: 3.10
PyTorch version: 2.3.3
uni2ts version (have you pulled the latest version?) latest
The text was updated successfully, but these errors were encountered:
Describe the bug
Error while finetuning with custom dataset
To Reproduce
Please provide a code snippet of a minimal reproducible example for the error.
Placed the below yaml in this folder( uni2ts/cli/conf/finetune/val_data)
Expected behavior
Followed the instructions here to fine-tune on custom dataset.
https://github.com/SalesforceAIResearch/uni2ts?tab=readme-ov-file#fine-tuning
Error message or code output
ine 238, in load_dataset
transform=transform_map[self.dataset](
TypeError: MoiraiFinetune.train_transform_map..default_train_transform() got an unexpected keyword argument 'offset'
Environment
The text was updated successfully, but these errors were encountered: