Mutual-Channel-Loss
Mutual-Channel-Loss copied to clipboard
Linear and Parameter Settings
Hi, thank you for your codes. I have managed to reproduce the results of vgg16 and resnet50 with dense layers. However, when I tried to use linear layer, the result is bad. Can you please provide the parameter settings of using linear metric? Thanks.
Hi, thank you for your codes. I have managed to reproduce the results of vgg16 and resnet50 with dense layers. However, when I tried to use linear layer, the result is bad. Can you please provide the parameter settings of using linear metric? Thanks.
The set of dense layers is following the oldest official code, and linear layer is just like a general classification task. I had got a similar problem when using a linear layer, but I didn't go into it. Maybe the max pool operation with one linear layer causes some overfitting. A possible answer in https://github.com/PRIS-CV/Mutual-Channel-Loss/issues/7.