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

Example with other Decoders and Encoders #28

Open
bach05 opened this issue May 6, 2024 · 1 comment
Open

Example with other Decoders and Encoders #28

bach05 opened this issue May 6, 2024 · 1 comment

Comments

@bach05
Copy link

bach05 commented May 6, 2024

Hello,
I could use the models you reported in the examples, like Unet + swin_tiny_patch4_window7_224 (or similar). But when I try to change the decoder (like DeepLabV3Plus) it is really tough to understand how to set the parameters.

The same foe encoders. If I try to use deit3_large_patch16_224, it is really difficult to understand how to make it works.

Could you please provide more example or a guide?

@isaaccorley
Copy link
Owner

isaaccorley commented May 7, 2024

@bach05 I will add an example to the readme. It's a bit tricky with deeplab because it requires the encoder features to be a specific size with output_stride=8. This requires setting the scale_factors properly.

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