Hello, I encountered some issues while using ActivationImportance. For example,the code indicated that the Layer Conv2d(64, 128, kernel_size=(1, 1), stride=(1, 1), bias=False) does not have the _importance attribute.Could you please tell me how to add the "_importance attribute" to this layer?
Hello, I encountered some issues while using ActivationImportance. For example,the code indicated that the Layer Conv2d(64, 128, kernel_size=(1, 1), stride=(1, 1), bias=False) does not have the _importance attribute.Could you please tell me how to add the "_importance attribute" to this layer?