Hi,
Thanks for sharing this code. However, it seems that there is no L2 loss of intermediate features in this code. This is my question about loss source 3 in original paper, which is ||F_{i} - F_{C} ||_{2}^{2} in equation (4).
The features F_{i} and F come from different levels of the network, the Width and Height in feature maps might be different. In this scenario, how to perform the L2 loss?
Best
Hi,
Thanks for sharing this code. However, it seems that there is no L2 loss of intermediate features in this code. This is my question about loss source 3 in original paper, which is ||F_{i} - F_{C} ||_{2}^{2} in equation (4).
The features F_{i} and F come from different levels of the network, the Width and Height in feature maps might be different. In this scenario, how to perform the L2 loss?
Best