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

Extend usage of interpolation_mode to MAnet / UnetPlusPlus / FPN and align PAN #1108

Merged
merged 14 commits into from
Apr 5, 2025

Conversation

GuillaumeErhard
Copy link
Contributor

@GuillaumeErhard GuillaumeErhard commented Mar 27, 2025

Closes #1104

Copy link

codecov bot commented Apr 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
...egmentation_models_pytorch/decoders/fpn/decoder.py 93.42% <100.00%> (+0.08%) ⬆️
segmentation_models_pytorch/decoders/fpn/model.py 94.73% <ø> (ø)
...mentation_models_pytorch/decoders/manet/decoder.py 97.80% <100.00%> (+0.04%) ⬆️
...egmentation_models_pytorch/decoders/manet/model.py 90.90% <ø> (ø)
...egmentation_models_pytorch/decoders/pan/decoder.py 96.66% <100.00%> (ø)
segmentation_models_pytorch/decoders/pan/model.py 95.83% <100.00%> (+1.09%) ⬆️
segmentation_models_pytorch/decoders/unet/model.py 91.66% <ø> (ø)
...on_models_pytorch/decoders/unetplusplus/decoder.py 92.95% <100.00%> (+0.10%) ⬆️
...tion_models_pytorch/decoders/unetplusplus/model.py 88.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@qubvel qubvel merged commit d6cf66b into qubvel-org:main Apr 5, 2025
31 of 32 checks passed
@qubvel
Copy link
Collaborator

qubvel commented Apr 5, 2025

Thanks! Also refined a bit and added tests 🤗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Decoder Interpolation Mode Accessible in Model Classes
2 participants