Skip to content

Commit d645dce

Browse files
authored
Fix #1125 Corrected small typo on line 56 (#1126)
Fix of #1125
1 parent 627fbdb commit d645dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You are done! Now you can train your model with your favorite framework, or as s
5353
5454
for images, gt_masks in dataloader:
5555
56-
predicted_mask = model(image)
56+
predicted_mask = model(images)
5757
loss = loss_fn(predicted_mask, gt_masks)
5858
5959
loss.backward()

0 commit comments

Comments
 (0)