Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion configs/experiment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ cifar/ CIFAR-10, both sequential and 2d
convnext/ ImageNet + ConvNext variants (S4ND paper)
forecasting/ Monash, ARIMA synthetics, datasets from the Informer paper
lra/ Long Range Arena
old/ Deprecated experiment configs (e.g. from original S4 paper that have been improved)
progres/ Progressive Resizing (S4ND paper)
sc/ Speech Commands
segmentation/ Segmentation experiments (preliminary)
Expand Down
5 changes: 0 additions & 5 deletions models/s4/experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ The original S4 paper used a smaller 10-way classification task used in [prior](

This version can be toggled either with `dataset=sc dataset.all_classes=false` or `dataset=sc10`.

The original S4 config can be run using V1 of this code using
```
python -m train experiment=old/s4-sc
```

## WikiText-103

V3 re-trained the WikiText-103 experiment with the latest model and a larger context size.
Expand Down