├── LICENSE ├── README.md ├── configs └── replknet31_base_224_pt1k.py ├── main_benchmark.py ├── main_imagenet_test.py ├── main_imagenet_train.py └── model_replknet.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegEngine/RepLKNet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegEngine/RepLKNet/HEAD/README.md -------------------------------------------------------------------------------- /configs/replknet31_base_224_pt1k.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegEngine/RepLKNet/HEAD/configs/replknet31_base_224_pt1k.py -------------------------------------------------------------------------------- /main_benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegEngine/RepLKNet/HEAD/main_benchmark.py -------------------------------------------------------------------------------- /main_imagenet_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegEngine/RepLKNet/HEAD/main_imagenet_test.py -------------------------------------------------------------------------------- /main_imagenet_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegEngine/RepLKNet/HEAD/main_imagenet_train.py -------------------------------------------------------------------------------- /model_replknet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegEngine/RepLKNet/HEAD/model_replknet.py --------------------------------------------------------------------------------