Pedro Cuenca
commited on
Commit
•
224969e
1
Parent(s):
4192753
Try to display Colab link in the same line.
Browse files
README.md
CHANGED
@@ -31,8 +31,7 @@ Finetuning was performed in PyTorch using [taming-transformers](https://github.c
|
|
31 |
|
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 |
-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 |
|
|
|
31 |
|
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): [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/borisdayma/dalle-mini/blob/main/dev/vqgan/JAX_VQGAN_f16_16384_Reconstruction.ipynb)
|
|
|
35 |
|
36 |
* Batch encoding using JAX `pmap`, complete example including data loading with PyTorch:
|
37 |
|