-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
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.
syyab