Pedro Cuenca
commited on
Commit
•
4192753
1
Parent(s):
a586a8b
Link to VQGAN notebook through colab, use svg logo.
Browse files
README.md
CHANGED
@@ -32,8 +32,7 @@ Finetuning was performed in PyTorch using [taming-transformers](https://github.c
|
|
32 |
The checkpoint can be loaded using [Suraj Patil's implementation](https://github.com/patil-suraj/vqgan-jax) of `VQModel`.
|
33 |
|
34 |
* Example notebook, heavily based in work by [Suraj](https://huggingface.co/valhalla):
|
35 |
-
|
36 |
-
[](https://colab.research.google.com/drive/1kdIsfz-vLHSoI_UPxpVrxQPxY2s593uH?usp=sharing/)
|
37 |
|
38 |
* Batch encoding using JAX `pmap`, complete example including data loading with PyTorch:
|
39 |
|
|
|
32 |
The checkpoint can be loaded using [Suraj Patil's implementation](https://github.com/patil-suraj/vqgan-jax) of `VQModel`.
|
33 |
|
34 |
* Example notebook, heavily based in work by [Suraj](https://huggingface.co/valhalla):
|
35 |
+
[](https://colab.research.google.com/github/borisdayma/dalle-mini/blob/main/dev/vqgan/JAX_VQGAN_f16_16384_Reconstruction.ipynb)
|
|
|
36 |
|
37 |
* Batch encoding using JAX `pmap`, complete example including data loading with PyTorch:
|
38 |
|