From 748e4e9d6e7a7392adfc6b174bae998892000039 Mon Sep 17 00:00:00 2001 From: Satya Narayan Shukla Date: Fri, 4 Jun 2021 13:32:23 -0400 Subject: [PATCH] updated readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e9658e1..8931fed 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ python3 train.py --niters 2000 --lr 0.0001 --batch-size 128 --rec-hidden 16 --la ``` +## Demo + +This [notebook](src/synthetic_data_interpolation.ipynb) provides an example to reproduce the visualizations in the paper on synthetic dataset. + + ## Ablations Different components of the HeTVAE model are denoted as: HET: heteroscedastic output layer, ALO: augmented learning objective, INT: intensity encoding, DET: deterministic pathway. To reproduce the ablation results on PhysioNet, run the following commands: