mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
Fix typo in warning on binary classification (#2382)
This commit is contained in:
parent
f3db8d779d
commit
3bac6ef5a4
@ -120,7 +120,7 @@ class BaseDecodeHead(BaseModule, metaclass=ABCMeta):
|
|||||||
warnings.warn('For binary segmentation, we suggest using'
|
warnings.warn('For binary segmentation, we suggest using'
|
||||||
'`out_channels = 1` to define the output'
|
'`out_channels = 1` to define the output'
|
||||||
'channels of segmentor, and use `threshold`'
|
'channels of segmentor, and use `threshold`'
|
||||||
'to convert seg_logist into a prediction'
|
'to convert `seg_logits` into a prediction'
|
||||||
'applying a threshold')
|
'applying a threshold')
|
||||||
out_channels = num_classes
|
out_channels = num_classes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user