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

Using Vanilla Encoder #1089

Open
emmanuelom opened this issue Mar 12, 2025 · 1 comment
Open

Using Vanilla Encoder #1089

emmanuelom opened this issue Mar 12, 2025 · 1 comment

Comments

@emmanuelom
Copy link

How do I use the Vanilla (default) encoder rather than a well-known encoder model (e.g., Resnet, Vgg, etc.)?

For instance, I want to use:

model = smp.UnetPlusPlus(in_channels=1, encoder_name="default")

@qubvel
Copy link
Collaborator

qubvel commented Mar 13, 2025

Hey @emmanuelom! According to the paper authors use the following backbones for Unet++
vgg19, resnet-152, and densenet-201

You can choose any of those 🤗

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

No branches or pull requests

2 participants