mmclassification/mmcls/models/backbones
LXXXXR b98b317012
fix bug in vgg weight_init (#140)
2021-01-15 10:23:11 +08:00
..
__init__.py Add VGG and pretained models (#27) 2020-09-29 17:49:42 +08:00
alexnet.py revise docstr of alexnet to correct input_size (#26) 2020-08-12 16:14:19 +08:00
base_backbone.py Add Base and ResNet backbone 2020-06-12 14:40:27 +08:00
lenet.py Add AlexNet and LeNet5 2020-07-12 00:06:54 +08:00
mobilenet_v2.py [Fix] Fix optional issues in docstring (#138) 2021-01-14 11:09:08 +08:00
mobilenet_v3.py [Fix] Fix optional issues in docstring (#138) 2021-01-14 11:09:08 +08:00
regnet.py [Fix] Fix optional issues in docstring (#138) 2021-01-14 11:09:08 +08:00
resnest.py [Fix] Fix optional issues in docstring (#138) 2021-01-14 11:09:08 +08:00
resnet.py [Fix] Fix optional issues in docstring (#138) 2021-01-14 11:09:08 +08:00
resnet_cifar.py Add ResNet_CIFAR 2020-07-12 00:06:56 +08:00
resnext.py [Fix] Fix optional issues in docstring (#138) 2021-01-14 11:09:08 +08:00
seresnet.py Refactoring for ResNet family 2020-06-25 11:57:50 +08:00
seresnext.py [Fix] Fix optional issues in docstring (#138) 2021-01-14 11:09:08 +08:00
shufflenet_v1.py [Fix] Fix optional issues in docstring (#138) 2021-01-14 11:09:08 +08:00
shufflenet_v2.py [Fix] Fix optional issues in docstring (#138) 2021-01-14 11:09:08 +08:00
vgg.py fix bug in vgg weight_init (#140) 2021-01-15 10:23:11 +08:00