Res2Net icon indicating copy to clipboard operation
Res2Net copied to clipboard

Try to implement and test CVPR 2019 paper "Res2Net: A New Multi-scale Backbone Architecture" in PyTorch.

Res2Net

Try to implement and test CVPR 2019 paper "Res2Net: A New Multi-scale Backbone Architecture" in PyTorch.

It semms that the split op will obviously slow down the speed of running. And the serial way determines that it is difficult to accelerate.

Maybe there will be some special acceleration methods in the code that the author will release later.