├── LICENSE ├── README.md ├── res2net.py ├── train.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4uiiurz1/pytorch-res2net/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4uiiurz1/pytorch-res2net/HEAD/README.md -------------------------------------------------------------------------------- /res2net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4uiiurz1/pytorch-res2net/HEAD/res2net.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4uiiurz1/pytorch-res2net/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4uiiurz1/pytorch-res2net/HEAD/utils.py --------------------------------------------------------------------------------