Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d645dce

Browse files
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /