Skip to content

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

Merged
qubvel merged 14 commits intoqubvel-org:mainfrom
GuillaumeErhard:interpolation
Apr 5, 2025
Merged

Extend usage of interpolation_mode to MAnet / UnetPlusPlus / FPN and align PAN#1108
qubvel merged 14 commits intoqubvel-org:mainfrom
GuillaumeErhard:interpolation

Conversation

@GuillaumeErhard
Copy link
Copy Markdown
Contributor

@GuillaumeErhard GuillaumeErhard commented Mar 27, 2025

Closes #1104

@codecov
Copy link
Copy Markdown

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
Copy Markdown
Collaborator

qubvel commented Apr 5, 2025

Thanks! Also refined a bit and added tests 🤗

@qubvel qubvel mentioned this pull request Apr 16, 2025
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