Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLandup0 committed Aug 18, 2023
1 parent 094189e commit a4df0a6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions keras_cv/models/segmentation/segformer/segformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ class SegFormer(Task):
`tf.keras.Model` that implements the `pyramid_level_inputs`
property with keys "P2", "P3", "P4", and "P5" and layer names as
values.
num_classes: int, the number of classes for the detection model. Note
that the `num_classes` doesn't contain the background class, and the
classes from the data should be represented by integers with range
[0, `num_classes`).
num_classes: int, the number of classes for the detection model, including the background class.
projection_filters: int, default 256, number of filters in the convolution layer
projecting the concatenated features into a segmentation map.
Expand Down

0 comments on commit a4df0a6

Please sign in to comment.