I'm in need of help on how to print the values in the loop, as they pass through the ReLU3 layer

I’m not sure I understand the question completely. It seem you would like to print the outputs of self.quantReLU3 but this layer doesn’t seem to be used at all in the forward method.
Could you explain the use case a bit more and which value should be printed?