This commit is contained in:
Phil Wang
2022-04-13 19:01:03 -07:00
committed by GitHub
parent cb3923a90f
commit 4c827ba94f

View File

@@ -136,7 +136,7 @@ loss.backward()
# 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
import torch