From 444c000ac1847059862fb101bc5840ca602a4d47 Mon Sep 17 00:00:00 2001 From: neverix Date: Sat, 22 Oct 2022 14:31:19 +0400 Subject: [PATCH] Fix typo in pokemon finetuning script --- stable-diffusion-finetuning/pokemon_finetune.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable-diffusion-finetuning/pokemon_finetune.ipynb b/stable-diffusion-finetuning/pokemon_finetune.ipynb index 79aa765..79fbc14 100644 --- a/stable-diffusion-finetuning/pokemon_finetune.ipynb +++ b/stable-diffusion-finetuning/pokemon_finetune.ipynb @@ -103,7 +103,7 @@ "\n", "You can make up for using smaller batches or fewer gpus by accumulating batches:\n", "\n", - "`total batch size = batach size * n gpus * accumulate batches`" + "`total batch size = batch size * n gpus * accumulate batches`" ] }, {