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`" ] }, {