You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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