Open kubl88 opened 5 years ago
The implementation of the _make_fuse_layers
is totally incorrect, please check the official repo.
I don't think it handles downsampling well, and according to the official REPORT method, it should downsample i-j times when j<i (i.e. perform i-j conv(3×3, stride=2)), but in its implementation it only performs once
Please have a look. Thanks