Ning5195
Ning5195
Can Switchable-Whitening apply to 2D tensor (N, C)?
When I want to apply sparse_switchnorm to a 2D tensor, it fails at self.var_weight and meets the same problem as #2 ? I modified the code as follows. `class SSN(nn.Module):...
Nice job! I want to use the ResNet_SSN as a pretrained network for the detection. However, as the 'mean_fixed' and 'var_fixed' are '1', the parameters of 'mean_weight' and 'var_weight' will...
Nice job! How much GPU memory do I need? Thank you.
Thank you for your excellent work. And I have some questions. What's the training-testing ratio of LSPS dataset? Why is it set that way? It seems different from the ratio...