├── AlexNet └── deploy.prototxt ├── BN-GoogLeNet ├── deploy.prototxt ├── solver.prototxt └── train_val.prototxt ├── DenseNet-121 ├── solver.prototxt └── train_val.prototxt ├── DenseNet-161 ├── solver.prototxt └── train_val.prototxt ├── GoogLeNet ├── deploy.prototxt ├── solver.prototxt └── train_val.prototxt ├── Inception-ResNet-v2 ├── deploy.prototxt ├── solver.prototxt └── train_val.prototxt ├── Inception-v3 ├── deploy.prototxt ├── solver.prototxt └── train_val.prototxt ├── Inception-v4 ├── deploy.prototxt ├── solver.prototxt └── train_val.prototxt ├── README.md ├── ResNet-101 ├── deploy.prototxt ├── solver.prototxt └── train_val.prototxt ├── ResNet-152 ├── deploy.prototxt ├── solver.prototxt └── train_val.prototxt ├── ResNet-50 ├── deploy.prototxt ├── solver.prototxt └── train_val.prototxt ├── SE-BN-Inception ├── deploy.prototxt ├── solver.prototxt └── train_val.prototxt ├── SE-ResNet-50 ├── solver.prototxt └── train_val.prototxt ├── SqueezeNet ├── deploy.prototxt ├── solver.prototxt ├── squeezenet_v1.1.caffemodel └── train_val.prototxt ├── VGG16 ├── deploy.prototxt ├── solver.prototxt └── train_val.prototxt └── VGG19 ├── deploy.prototxt ├── solver.prototxt └── train_val.prototxt /AlexNet/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/AlexNet/deploy.prototxt -------------------------------------------------------------------------------- /BN-GoogLeNet/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/BN-GoogLeNet/deploy.prototxt -------------------------------------------------------------------------------- /BN-GoogLeNet/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/BN-GoogLeNet/solver.prototxt -------------------------------------------------------------------------------- /BN-GoogLeNet/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/BN-GoogLeNet/train_val.prototxt -------------------------------------------------------------------------------- /DenseNet-121/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/DenseNet-121/solver.prototxt -------------------------------------------------------------------------------- /DenseNet-121/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/DenseNet-121/train_val.prototxt -------------------------------------------------------------------------------- /DenseNet-161/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/DenseNet-161/solver.prototxt -------------------------------------------------------------------------------- /DenseNet-161/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/DenseNet-161/train_val.prototxt -------------------------------------------------------------------------------- /GoogLeNet/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/GoogLeNet/deploy.prototxt -------------------------------------------------------------------------------- /GoogLeNet/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/GoogLeNet/solver.prototxt -------------------------------------------------------------------------------- /GoogLeNet/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/GoogLeNet/train_val.prototxt -------------------------------------------------------------------------------- /Inception-ResNet-v2/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/Inception-ResNet-v2/deploy.prototxt -------------------------------------------------------------------------------- /Inception-ResNet-v2/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/Inception-ResNet-v2/solver.prototxt -------------------------------------------------------------------------------- /Inception-ResNet-v2/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/Inception-ResNet-v2/train_val.prototxt -------------------------------------------------------------------------------- /Inception-v3/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/Inception-v3/deploy.prototxt -------------------------------------------------------------------------------- /Inception-v3/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/Inception-v3/solver.prototxt -------------------------------------------------------------------------------- /Inception-v3/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/Inception-v3/train_val.prototxt -------------------------------------------------------------------------------- /Inception-v4/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/Inception-v4/deploy.prototxt -------------------------------------------------------------------------------- /Inception-v4/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/Inception-v4/solver.prototxt -------------------------------------------------------------------------------- /Inception-v4/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/Inception-v4/train_val.prototxt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/README.md -------------------------------------------------------------------------------- /ResNet-101/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/ResNet-101/deploy.prototxt -------------------------------------------------------------------------------- /ResNet-101/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/ResNet-101/solver.prototxt -------------------------------------------------------------------------------- /ResNet-101/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/ResNet-101/train_val.prototxt -------------------------------------------------------------------------------- /ResNet-152/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/ResNet-152/deploy.prototxt -------------------------------------------------------------------------------- /ResNet-152/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/ResNet-152/solver.prototxt -------------------------------------------------------------------------------- /ResNet-152/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/ResNet-152/train_val.prototxt -------------------------------------------------------------------------------- /ResNet-50/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/ResNet-50/deploy.prototxt -------------------------------------------------------------------------------- /ResNet-50/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/ResNet-50/solver.prototxt -------------------------------------------------------------------------------- /ResNet-50/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/ResNet-50/train_val.prototxt -------------------------------------------------------------------------------- /SE-BN-Inception/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/SE-BN-Inception/deploy.prototxt -------------------------------------------------------------------------------- /SE-BN-Inception/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/SE-BN-Inception/solver.prototxt -------------------------------------------------------------------------------- /SE-BN-Inception/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/SE-BN-Inception/train_val.prototxt -------------------------------------------------------------------------------- /SE-ResNet-50/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/SE-ResNet-50/solver.prototxt -------------------------------------------------------------------------------- /SE-ResNet-50/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/SE-ResNet-50/train_val.prototxt -------------------------------------------------------------------------------- /SqueezeNet/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/SqueezeNet/deploy.prototxt -------------------------------------------------------------------------------- /SqueezeNet/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/SqueezeNet/solver.prototxt -------------------------------------------------------------------------------- /SqueezeNet/squeezenet_v1.1.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/SqueezeNet/squeezenet_v1.1.caffemodel -------------------------------------------------------------------------------- /SqueezeNet/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/SqueezeNet/train_val.prototxt -------------------------------------------------------------------------------- /VGG16/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/VGG16/deploy.prototxt -------------------------------------------------------------------------------- /VGG16/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/VGG16/solver.prototxt -------------------------------------------------------------------------------- /VGG16/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/VGG16/train_val.prototxt -------------------------------------------------------------------------------- /VGG19/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/VGG19/deploy.prototxt -------------------------------------------------------------------------------- /VGG19/solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/VGG19/solver.prototxt -------------------------------------------------------------------------------- /VGG19/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SnailTyan/caffe-model-zoo/HEAD/VGG19/train_val.prototxt --------------------------------------------------------------------------------