Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

58 lines (41 loc) · 3.91 KB

Changelog

2022-08-03 - [V3.0]

Models and Features

Bug fixes and library compatibility issues

SaShiMi

Generation

  • Improved generation script for any models trained using this repository (state-spaces/s4#38)

Model Checkpoints

HiPPO

  • Release of new notebook (and equivalent .py file) visualizing HiPPO function reconstruction. Includes animations used in HTTYH, the Annotated S4D, and various S4 talks.

Experiments

  • Improved configs for Long Range Arena reported in HTTYH and S4D papers
  • New datasets and ablation experiments from the S4D paper

Note that there have been various refactors and miscellaneous changes which may affect results slightly, but results should be close and general trends should hold. Feel free to file an issue for any results which do not match the papers.

Documentation

2022-05-01 - [V2.1]

  • Minor updates to S4 modules
  • By default, S4 no longer requires installing Pykeops or a custom CUDA kernel.
  • New S4D (S4-diagonal) standalone model found at src/models/sequence/ss/standalone/s4d.py. Simple variant using diagonal SSMs that recovers S4's performance on most tasks. Can be run with any existing experiment config with the additional flag model/layer=s4d on the command line.
  • New LRA configs for updated S4 code, with an average score of ~86

2022-02-27 - [V2]

Code release for SaShiMi audio model

2022-01-29 - [V1.1]

Added configs for time series datasets from the Informer paper (state-spaces/s4#4)

2021-11-18 - [V1]

First release of this repository containing the S4 module and configs to reproduce sCIFAR, Speech Commands, Long Range Arena, and WikiText-103 results