Hello, thank you for such an inspiring work.
I would like to ask about ReLU activation function defined in BasicConv2d class in InfNet_ResNet.py script. I couldn't find where it is used, because in forward function only self.conv and self.bn are called. So I wonder if it is a mistake or it is used somewhere else and I'm missing it?
Thank you in advance for your response.
Hello, thank you for such an inspiring work.
I would like to ask about ReLU activation function defined in BasicConv2d class in InfNet_ResNet.py script. I couldn't find where it is used, because in forward function only self.conv and self.bn are called. So I wonder if it is a mistake or it is used somewhere else and I'm missing it?
Thank you in advance for your response.