Open lsh-med opened 1 year ago
Hello, I read your paper and code. I found that in your ResidualBlock. The SElayer in the structure diagram is behind the 3 x 3 convolution, but the SElayer in the actual code is behind the 1 x 1 convolution. Maybe this is a mistake?
Hello, I have also noticed your issue and improved the code according to the network structure diagram, but found that the performance is not as good as the original code. Have you solved this problem?
Hello, I have also noticed your issue and improved the code according to the network structure diagram, but found that the performance is not as good as the original code. Have you solved this problem?
No, maybe they use some tricks. The results can vary from devices to devices.
Hello, I have also noticed your issue and improved the code according to the network structure diagram, but found that the performance is not as good as the original code. Have you solved this problem?
Hello, may I ask what improvements you have made, and what is the final performance? Mine is ten points off
I read your paper,The Table I show the number of data after data augmentation,but l don't see in the code.