From 0a6c6c5b92b6af274f60ace7d1cd56dbc7f5f1a9 Mon Sep 17 00:00:00 2001 From: Donny Bertucci Date: Wed, 9 Oct 2024 07:13:47 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a3a060a..ff34694 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,17 @@ pnpm install pnpm dev ``` +## Cite + +```bibtex +@misc{bertucci2024vq, + title = {{VQ-VAE Explainer}}, + author = {Donald Bertucci and Duen Horng (Polo) Chau}, + url = {https://xnought.github.io/vq-vae-explainer/}, + year = {2024} +} +``` + ## References - https://keras.io/examples/generative/vq_vae/ (used for training)