Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patil-suraj authored Jun 28, 2021
1 parent 8ded673 commit dd9b808
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit dd9b808

Please sign in to comment.