Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError in train.py self.dataset = SequenceDataset.registry[self.hparams.dataset._name_] #144

Open
Gardenialover opened this issue Apr 7, 2024 · 0 comments

Comments

@Gardenialover
Copy link

I attempted to replicate the S4 model using forex data instead of weather, etth, ettm, ecl. All the forex.csv data has been loaded into the data folder, and a corresponding forex.yaml file has been added in the configs/dataset and experiment directories. However, upon running train.py with the command !python -m train experiment=forecasting/s4-informer-forex, an error occurred with the message:
self.dataset = SequenceDataset.registry[self.hparams.dataset._name_](KeyError: 'forex'. while using!python -m train experiment=forecasting/s4-informer-{etth,ettm,ecl,weather}`, it works. Any advice to fix the keyerror in forex data?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant