fix typo in README.md (#85)

The default config for clip from openai should be ViT-B/32
This commit is contained in:
Light-V
2022-05-12 04:38:16 +08:00
committed by GitHub
parent 3dda2570ed
commit 6f76652d11

View File

@@ -508,7 +508,7 @@ To use a pretrained OpenAI CLIP, simply import `OpenAIClipAdapter` and pass it i
import torch
from dalle2_pytorch import DALLE2, DiffusionPriorNetwork, DiffusionPrior, Unet, Decoder, OpenAIClipAdapter
# openai pretrained clip - defaults to ViT/B-32
# openai pretrained clip - defaults to ViT-B/32
clip = OpenAIClipAdapter()