-
Notifications
You must be signed in to change notification settings - Fork 27
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
what is the input of loss? #4
Comments
(1) We compute the Cross Entropy loss for CLS0~CLS2, and then sum up them. |
hi,thanks for your reply,but i am still confused,the cross entropy taks two as input,we need to calculate the loss between CLS0 and what ? CLS1 and what? CLS2 and what? |
The cross entropy loss is computed between the predicted CLS_i and groud truth CLS_i. |
@xhp-hust-2018-2011 why DIV2 is of size M/64 x N/64 instead of M/16 x N/16? |
hi,thanks for sharing the code,but i have a few question,
1)what is the input of cross-entropy loss?one is the CLS0~CLS1 in div_res and the other one is the label_indice?but ,the CLS0,CLS1,CLS2 have the different shape ,how can the be computed for loss?
2)what is the input of L1 loss?when division time is 2,one is the DIV2 in merge_res,and what is the other one?
3)in data augmentation,you said crop 4 corners and randomly crop 5 patch,did you concat these 9 patch into a 93h*w tensor and send into the network?
looking forward of your reply,thanks a lot!!
The text was updated successfully, but these errors were encountered: