-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
encoder_depth error #377
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
Labels
Comments
I am facing the same problem with DeepLabV3Plus. It is only working with encoder_depth=5 |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
qubvel
pushed a commit
that referenced
this issue
Nov 29, 2024
* fix issue #377 * modify docstring for upsampling of DeepLabV3Plus * modify type hint and value check
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone! I am training model using DeepLabV3Plus architecture (mobilenetv2 encoder, imagenet weights).

When parameter encoder_depth = 5 - everything works ok.
But if encoder_depth = 4 or 3 the error occurs during training process.
Input image size is: (224,244)
Does anyone have the same problem? Or maybe someone can suggest a way to fix it.
The text was updated successfully, but these errors were encountered: