bias-loss-skipblocknet
bias-loss-skipblocknet copied to clipboard
[ICCV 2021]Code for the the bias loss and evaluation of SkipblockNet model on ImageNet validation set
Hi, how can I add the biasloss loss function to mobilenetv3?
In paper ,there are four different config about skipblocknet, ie. skipblocknet-xs,skipblocknet-s,skipblocknet-m and skipblocknet-l, they are just setting different width scale and mode?
Thanks for great work! Has the performance improved on semantic segmentation?
Thanks for your great work. But I have some questions about paper. In Eq1 `v_i=\frac{\sum_{j=1}^n(t_j-\mu)^2}{n-1}`, which means that the variance of all `x_i` in one batch are all the same...