Fix typo in warning on binary classification (#2382)

pull/2385/head
nulam 2022-12-06 04:29:11 +01:00 committed by GitHub
parent f3db8d779d
commit 3bac6ef5a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class BaseDecodeHead(BaseModule, metaclass=ABCMeta):
warnings.warn('For binary segmentation, we suggest using'
'`out_channels = 1` to define the output'
'channels of segmentor, and use `threshold`'
'to convert seg_logist into a prediction'
'to convert `seg_logits` into a prediction'
'applying a threshold')
out_channels = num_classes