-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello,I have a question about computing loss between [out7,out8,out9] and GT mask. In the original code,out7 has an output shape:(None, 56, 56, 4) , out8: (None, 112, 112, 4), out9:(None, 224, 224, 4). To my knowledge,when compute the loss between segmentaion map and mask, shouldn't the output and mask have the same dimension(all of them have same shape:(None, 224, 224, 4))?
Metadata
Metadata
Assignees
Labels
No labels