Hello! I enjoyed studying your work.
This code causes runtime errors when executed with serescam50 because the order of transformations between training code and model code is different. While odd transformation locates last in senet code, it locates first in training code. Furthermore, even if the network is trained after fixing this problem, can't achieve performance argued by paper. Maybe, I think the training code and VGG code were revised after experiments using Se-ResNet.
I'd like to ask you a question about PST, too. According to your code, PST is applied only when the random number is 1 or 3. If the random number is 0 or 4, just rotate 180 degrees. I checked it experimentally. I think it is not identical to paper. I'd appreciate it if you could answer.
Hello! I enjoyed studying your work.
This code causes runtime errors when executed with serescam50 because the order of transformations between training code and model code is different. While odd transformation locates last in senet code, it locates first in training code. Furthermore, even if the network is trained after fixing this problem, can't achieve performance argued by paper. Maybe, I think the training code and VGG code were revised after experiments using Se-ResNet.
I'd like to ask you a question about PST, too. According to your code, PST is applied only when the random number is 1 or 3. If the random number is 0 or 4, just rotate 180 degrees. I checked it experimentally. I think it is not identical to paper. I'd appreciate it if you could answer.