From e1b0c140f1b97086bc5d45e2f4dd72b3f369b2ad Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Thu, 14 Apr 2022 08:51:22 -0700 Subject: [PATCH] cleanup readme --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6aeaf0e..8626de3 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,7 @@ For all of you emailing me (there is a lot), the best way to contribute is throu $ pip install dalle2-pytorch ``` -## CLI Usage (work in progress) - -```bash -$ dream 'sharing a sunset at the summit of mount everest with my dog' -``` - -Once built, images will be saved to the same directory the command is invoked - -## Training (for deep learning practitioners) +## Usage To train DALLE-2 is a 3 step process, with the training of CLIP being the most important @@ -306,6 +298,18 @@ 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. +## CLI Usage (work in progress) + +```bash +$ dream 'sharing a sunset at the summit of mount everest with my dog' +``` + +Once built, images will be saved to the same directory the command is invoked + +## Training wrapper (wip) + +Offer training wrappers + ## Training CLI (wip) template