In this py file, when get weight_softmax, there is a statement weight_softmax[weight_softmax<0] = 0 and I think maybe this is to remove feature maps with negative effects. However, as weight_softmax[weight_softmax<0] = 0 is implemented, parameters in the network also changes. Is it a good trend?