Skip to content

Commit

Permalink
add informer dataset classes; fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
krandiash committed Jan 30, 2022
1 parent feeab74 commit cfb6a06
Show file tree
Hide file tree
Showing 6 changed files with 636 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configs/experiment/s4-informer-ecl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
defaults:
- /pipeline: informer
- /model: s4
- /dataset: ecl
- override /dataset: ecl

trainer:
max_epochs: 10
Expand Down
2 changes: 1 addition & 1 deletion configs/experiment/s4-informer-etth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
defaults:
- /pipeline: informer
- /model: s4
- /dataset: etth
- override /dataset: etth

trainer:
max_epochs: 10
Expand Down
2 changes: 1 addition & 1 deletion configs/experiment/s4-informer-ettm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
defaults:
- /pipeline: informer
- /model: s4
- /dataset: ettm
- override /dataset: ettm

trainer:
max_epochs: 10
Expand Down
2 changes: 1 addition & 1 deletion configs/experiment/s4-informer-weather.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
defaults:
- /pipeline: informer
- /model: s4
- /dataset: weather
- override /dataset: weather

trainer:
max_epochs: 10
Expand Down
2 changes: 1 addition & 1 deletion src/dataloaders/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .datasets import SequenceDataset
from . import lm
from . import lm, et
Loading

0 comments on commit cfb6a06

Please sign in to comment.