From dd9b8083d01829a7ccdf27415f927de8831254c0 Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Mon, 28 Jun 2021 15:12:33 +0530 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c2751c --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# vqgan-jax +[WIP] JAX implementation of [taming-transformers](https://github.com/CompVis/taming-transformers) VQGAN. + +>(Note: For now this only consits of the `VQModel` for inference, the discriminatior, transformer and training scripts will be added later) + +Use this [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1mdXXsMbV6K_LTvCh3IImRsFIWcKU5m1w?usp=sharing) + to see how to use this model to encode and reconstruct images.