Skip to content

Fix timm-effnet encoders

70776ea
Select commit
Loading
Failed to load commit list.
Merged

Fix torch compile, script, export #1031

Fix timm-effnet encoders
70776ea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 14, 2025 in 1s

93.03% of diff hit (target 77.45%)

View this Pull Request on Codecov

93.03% of diff hit (target 77.45%)

Annotations

Check warning on line 10 in segmentation_models_pytorch/base/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/base/utils.py#L8-L10

Added lines #L8 - L10 were not covered by tests

Check warning on line 14 in segmentation_models_pytorch/base/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/base/utils.py#L12-L14

Added lines #L12 - L14 were not covered by tests

Check warning on line 87 in segmentation_models_pytorch/decoders/deeplabv3/decoder.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/decoders/deeplabv3/decoder.py#L75-L87

Added lines #L75 - L87 were not covered by tests

Check warning on line 68 in segmentation_models_pytorch/decoders/fpn/decoder.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/decoders/fpn/decoder.py#L68

Added line #L68 was not covered by tests

Check warning on line 48 in segmentation_models_pytorch/decoders/pan/decoder.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/decoders/pan/decoder.py#L48

Added line #L48 was not covered by tests

Check warning on line 40 in segmentation_models_pytorch/decoders/segformer/decoder.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/decoders/segformer/decoder.py#L40

Added line #L40 was not covered by tests

Check warning on line 16 in segmentation_models_pytorch/encoders/_base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/encoders/_base.py#L14-L16

Added lines #L14 - L16 were not covered by tests

Check warning on line 48 in segmentation_models_pytorch/encoders/_base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/encoders/_base.py#L48

Added line #L48 was not covered by tests

Check warning on line 193 in segmentation_models_pytorch/encoders/timm_efficientnet.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/encoders/timm_efficientnet.py#L193

Added line #L193 was not covered by tests

Check warning on line 202 in segmentation_models_pytorch/encoders/timm_universal.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/encoders/timm_universal.py#L202

Added line #L202 was not covered by tests

Check warning on line 204 in segmentation_models_pytorch/encoders/timm_universal.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/encoders/timm_universal.py#L204

Added line #L204 was not covered by tests

Check warning on line 216 in segmentation_models_pytorch/encoders/timm_universal.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/encoders/timm_universal.py#L208-L216

Added lines #L208 - L216 were not covered by tests

Check warning on line 218 in segmentation_models_pytorch/encoders/timm_universal.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/encoders/timm_universal.py#L218

Added line #L218 was not covered by tests