MapTR
MapTR copied to clipboard
Something about layer init parameters
Could someone give me some suggestions? Why init the last layer of cls_branches like this?
bias_init = bias_init_with_prob(0.01) for m in self.cls_branches: nn.init.constant_(m[-1].bias, bias_init)