Spaces:
Runtime error
Runtime error
doc: update README
Browse filesFormer-commit-id: ec004bcc2cdabaebb1f805d0e1a2e7b6a2581fe5
README.md
CHANGED
|
@@ -14,7 +14,7 @@ _Generate images from a text prompt_
|
|
| 14 |
|
| 15 |
TODO: add some cool example
|
| 16 |
|
| 17 |
-
##
|
| 18 |
|
| 19 |
## How does it work?
|
| 20 |
|
|
@@ -54,6 +54,8 @@ Use [patil-suraj/vqgan-jax](https://github.com/patil-suraj/vqgan-jax).
|
|
| 54 |
|
| 55 |
Refer to `seq2seq` folder (some parameters may have been hardcoded for convenience when training on our TPU VM).
|
| 56 |
|
|
|
|
|
|
|
| 57 |
### Inference
|
| 58 |
|
| 59 |
Refer to the demo notebooks.
|
|
|
|
| 14 |
|
| 15 |
TODO: add some cool example
|
| 16 |
|
| 17 |
+
## Create my own images with the demo → Coming soon
|
| 18 |
|
| 19 |
## How does it work?
|
| 20 |
|
|
|
|
| 54 |
|
| 55 |
Refer to `seq2seq` folder (some parameters may have been hardcoded for convenience when training on our TPU VM).
|
| 56 |
|
| 57 |
+
You can also adjust the [sweep configuration file](https://docs.wandb.ai/guides/sweeps) if you need to perform a hyperparameter search.
|
| 58 |
+
|
| 59 |
### Inference
|
| 60 |
|
| 61 |
Refer to the demo notebooks.
|