mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-22 02:54:20 +01:00
typo
This commit is contained in:
@@ -136,7 +136,7 @@ loss.backward()
|
|||||||
# then it will learn to generate images based on the CLIP image embeddings
|
# then it will learn to generate images based on the CLIP image embeddings
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, the main contribution of the paper. The repository offers the diffusion prior network. It takes the CLIP text embeddings and tries to generate the CLIP image embeddings. Again, you will need the trained CLIP fron the first step
|
Finally, the main contribution of the paper. The repository offers the diffusion prior network. It takes the CLIP text embeddings and tries to generate the CLIP image embeddings. Again, you will need the trained CLIP from the first step
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import torch
|
import torch
|
||||||
|
|||||||
Reference in New Issue
Block a user