hwei

Results 1 issues of hwei

In your code, `drop_out=True` https://github.com/HiLab-git/CA-Net/blob/94f2624ee6344a960655183b9c1cc8dfb088498a/Models/networks/network.py#L55 https://github.com/HiLab-git/CA-Net/blob/94f2624ee6344a960655183b9c1cc8dfb088498a/Models/networks/network.py#L36 https://github.com/HiLab-git/CA-Net/blob/94f2624ee6344a960655183b9c1cc8dfb088498a/Models/networks/network.py#L39 https://github.com/HiLab-git/CA-Net/blob/94f2624ee6344a960655183b9c1cc8dfb088498a/Models/layers/channel_attention_layer.py#L95-L96 I think this line of code will affect the results when testing. Because you init the dropout layer in `forward` function, the...