Generated sequences
Disclaimer:
- The code in
libis an adaptation from [1]. In particular, we added there the LLDM implementation inlib/src/models/lldm. - The code in
geometric_perspective_on_vaesis an adaptation fromhttps://github.com/clementchadebec/geometric_perspective_on_vaes
[1] Chadebec, C., Vincent, L. J., and Allassonni `ere, S. Pythae: Unifying generative autoencoders in python–a bench- marking use case. Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks, 2022
Create an environment, activate it and install dependencies:
python -m venv lldm_env
source lldm_env/bin/activate
pip install -r requirements.txtAll the notebooks in the folder notebooks experiments-xxx.ipynb are then directly runnable and replicate the figures/tables of the paper.
If anything wrong, please feel free to reach out.


