s4 icon indicating copy to clipboard operation
s4 copied to clipboard

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

Open Gardenialover opened this issue 10 months ago • 0 comments

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?

Gardenialover avatar Apr 07 '24 20:04 Gardenialover