Skip to content

Commit

Permalink
SemanticSegmentationTask Signature in README (#1608)
Browse files Browse the repository at this point in the history
Update SemanticSegmentationTask's signature in README.md after 0.5
  • Loading branch information
burakekim authored and nilsleh committed Nov 6, 2023
1 parent d778c77 commit fb706b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ task = SemanticSegmentationTask(
num_classes=2,
loss="ce",
ignore_index=None,
learning_rate=0.1,
learning_rate_schedule_patience=6,
lr=0.1,
patience=6,
)
trainer = Trainer(default_root_dir="...")

Expand Down

0 comments on commit fb706b0

Please sign in to comment.