Skip to content

Commit

Permalink
fix: change default ddrnet task to binary
Browse files Browse the repository at this point in the history
  • Loading branch information
sokovninn committed Sep 19, 2024
1 parent 3a1891b commit 401ccce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/ddrnet_segmentation_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ model:
predefined_model:
name: DDRNetSegmentationModel
params:
task: multiclass
task: binary
backbone_params:
use_aux_heads: True # set to False to disable auxiliary heads (for export)
variant: '23-slim'
Expand Down

0 comments on commit 401ccce

Please sign in to comment.