Skip to content

Commit

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

* Update format.
  • Loading branch information
nkovela1 authored Dec 8, 2023
1 parent aa2d318 commit d30f78f
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 d30f78f

Please sign in to comment.