Skip to content

Commit c373d25

Browse files
fix: @param typo
1 parent 4f0c66c commit c373d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit2/01_finetuning_and_guidance.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@
597597
],
598598
"source": [
599599
"num_epochs = 2 # @param\n",
600-
"lr = 1e-5 # 2param\n",
600+
"lr = 1e-5 # @param\n",
601601
"grad_accumulation_steps = 2 # @param\n",
602602
"\n",
603603
"optimizer = torch.optim.AdamW(image_pipe.unet.parameters(), lr=lr)\n",

0 commit comments

Comments
 (0)