You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WIP] JAX implementation of [taming-transformers](https://github.com/CompVis/taming-transformers) VQGAN.
3
3
4
-
>(Note: For now this only consits of the `VQModel` for inference, the discriminatior, transformer and training scripts will be added later)
4
+
>(Note: For now this only consits of the `VQModel` for inference. The discriminatior, transformer model and training scripts will be added later.)
5
5
6
6
Use this [](https://colab.research.google.com/drive/1mdXXsMbV6K_LTvCh3IImRsFIWcKU5m1w?usp=sharing)
7
7
to see how to use this model to encode and reconstruct images.
0 commit comments