You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using Deeplab v3 keras based model to train my custom dataset from scratch, here my image size is 512 x 512. When i look upsampling architecture in the Lambda layer its suddenly increasing from 64 to 512. Can you please give me reason for this sudden increase from 64 to 512 or am i missing here.
Hi,
I'm using Deeplab v3 keras based model to train my custom dataset from scratch, here my image size is 512 x 512. When i look upsampling architecture in the Lambda layer its suddenly increasing from 64 to 512. Can you please give me reason for this sudden increase from 64 to 512 or am i missing here.
dropout_1 (Dropout) (None, 64, 64, 256) 0 activation_2[0][0]
custom_logits_semantic (Conv2D) (None, 64, 64, 10) 2570 dropout_1[0][0]
lambda_4 (Lambda) (None, 512, 512, 10) 0 custom_logits_semantic[0][0]
reshape_1 (Reshape) (None, 262144, 10) 0 lambda_4[0][0]
The text was updated successfully, but these errors were encountered: