Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
satyanshukla committed Jun 4, 2021
1 parent 38d9581 commit 748e4e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 748e4e9

Please sign in to comment.