Spaces:
Runtime error
Runtime error
doc(README): update links
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ Refer to [our report](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini
|
|
| 28 |
|
| 29 |
### Dependencies Installation
|
| 30 |
|
| 31 |
-
For development, use
|
| 32 |
|
| 33 |
### Training of VQGAN
|
| 34 |
|
|
@@ -42,15 +42,15 @@ Use [patil-suraj/vqgan-jax](https://github.com/patil-suraj/vqgan-jax).
|
|
| 42 |
|
| 43 |
### Training of Seq2Seq
|
| 44 |
|
| 45 |
-
|
| 46 |
|
| 47 |
You can also adjust the [sweep configuration file](https://docs.wandb.ai/guides/sweeps) if you need to perform a hyperparameter search.
|
| 48 |
|
| 49 |
### Inference Pipeline
|
| 50 |
|
| 51 |
-
To generate sample predictions and understand the inference pipeline step by step, refer to [`
|
| 52 |
|
| 53 |
-
[](https://colab.research.google.com/github/borisdayma/dalle-mini/blob/main/
|
| 54 |
|
| 55 |
## FAQ
|
| 56 |
|
|
|
|
| 28 |
|
| 29 |
### Dependencies Installation
|
| 30 |
|
| 31 |
+
For development, use `pip install -e ".[dev]"`.
|
| 32 |
|
| 33 |
### Training of VQGAN
|
| 34 |
|
|
|
|
| 42 |
|
| 43 |
### Training of Seq2Seq
|
| 44 |
|
| 45 |
+
Use [`tools/train/train.py`](tools/train/train.py).
|
| 46 |
|
| 47 |
You can also adjust the [sweep configuration file](https://docs.wandb.ai/guides/sweeps) if you need to perform a hyperparameter search.
|
| 48 |
|
| 49 |
### Inference Pipeline
|
| 50 |
|
| 51 |
+
To generate sample predictions and understand the inference pipeline step by step, refer to [`tools/inference/inference_pipeline.ipynb`](tools/inference/inference_pipeline.ipynb).
|
| 52 |
|
| 53 |
+
[](https://colab.research.google.com/github/borisdayma/dalle-mini/blob/main/tools/inference/inference_pipeline.ipynb)
|
| 54 |
|
| 55 |
## FAQ
|
| 56 |
|