Skip to content

v1.3.2

Choose a tag to compare

@Ladbaby Ladbaby released this 21 Jan 13:02
· 137 commits to main since this release

✨ New Features

  • configs: --n_patches_list is newly added. commit
  • models: A new model, APN, has been newly added to PyOmniTS. APN's original code repository is based on PyOmniTS. Hyperparameters for MIMIC-III, PhysioNet'12, Human Activity, and USHCN strictly follow the original paper. The rest datasets are not evaluated in the original model, thus we only provide a set of default hyperparameters. If you want to evaluate APN on these datasets, you may search for its optimal performance via --sweep 1. commit

🪛 Refactoring

  • exp: Parameters provided to models' foward() are reordered, which only affects readability. commit