Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix torch compile, script, export #1031

Merged
merged 58 commits into from
Jan 15, 2025

Style

da24de9
Select commit
Loading
Failed to load commit list.
Merged

Fix torch compile, script, export #1031

Style
da24de9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 15, 2025 in 1s

93.98% of diff hit (target 77.45%)

View this Pull Request on Codecov

93.98% of diff hit (target 77.45%)

Annotations

Check warning on line 100 in segmentation_models_pytorch/base/model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/base/model.py#L100

Added line #L100 was not covered by tests

Check warning on line 116 in segmentation_models_pytorch/base/model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/base/model.py#L109-L116

Added lines #L109 - L116 were not covered by tests

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 131 in segmentation_models_pytorch/decoders/deeplabv3/model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/decoders/deeplabv3/model.py#L131

Added line #L131 was not covered by tests

Check warning on line 133 in segmentation_models_pytorch/decoders/deeplabv3/model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/decoders/deeplabv3/model.py#L133

Added line #L133 was not covered by tests

Check warning on line 135 in segmentation_models_pytorch/decoders/deeplabv3/model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/decoders/deeplabv3/model.py#L135

Added line #L135 was 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 20 in segmentation_models_pytorch/encoders/_base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/encoders/_base.py#L18-L20

Added lines #L18 - L20 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/encoders/_base.py#L52

Added line #L52 was not covered by tests

Check warning on line 501 in segmentation_models_pytorch/encoders/mix_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/encoders/mix_transformer.py#L501

Added line #L501 was not covered by tests

Check warning on line 504 in segmentation_models_pytorch/encoders/mix_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

segmentation_models_pytorch/encoders/mix_transformer.py#L504

Added line #L504 was not covered by tests

Check warning on line 200 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#L200

Added line #L200 was not covered by tests

Check warning on line 213 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#L213

Added line #L213 was not covered by tests

Check warning on line 215 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#L215

Added line #L215 was not covered by tests

Check warning on line 227 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#L219-L227

Added lines #L219 - L227 were not covered by tests

Check warning on line 229 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#L229

Added line #L229 was not covered by tests