From 26c4534bc3db8560f0e2785e8fbd31428ed952b6 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Wed, 13 Apr 2022 18:11:55 -0700 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0983617..0887936 100644 --- a/README.md +++ b/README.md @@ -214,8 +214,6 @@ Let's see the whole script below import torch from dalle2_pytorch import DALLE2, DiffusionPriorNetwork, DiffusionPrior, Unet, Decoder, CLIP -import torch - clip = CLIP( dim_text = 512, dim_image = 512, @@ -303,6 +301,8 @@ images = dalle2(['cute puppy chasing after a squirrel']) Everything in this readme should run without error +For the layperson, no worries, training will all be automated into a CLI tool, at least for small scale training. + ## Training CLI (wip) template