Skip to content

Commit

Permalink
Update segformer_presets with backbone import (fix merge) (keras-team…
Browse files Browse the repository at this point in the history
…#2225)

* Update segformer_presets with backbone import

* Update format.
  • Loading branch information
nkovela1 committed Dec 11, 2023
1 parent a470c50 commit 4c35a9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keras_cv/models/segmentation/segformer/segformer_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# limitations under the License.
"""SegFormer model preset configurations."""

from keras_cv.models.backbones.mix_transformer.mix_transformer_backbone_presets import ( # noqa: E501
backbone_presets,
)

presets_no_weights = {
"segformer_b0": {
Expand Down

0 comments on commit 4c35a9d

Please sign in to comment.