-
Notifications
You must be signed in to change notification settings - Fork 2.4k
ModelZoo
soumith edited this page Jan 2, 2015
·
2 revisions
Publicly available models for all to use (check the license at which they are released). This is a community-maintained list.
LoadCaffe by Sergey Zagoruyko loads all kind of Caffe models as Torch models. Check the README for more details, so far the models available:
- bvlc_alexnet
- bvlc_reference_caffenet
- bvlc_reference_rcnn_ilsvrc13
- finetune_flickr_style
- VGG_CNN_S
- VGG_CNN_M
- VGG_CNN_M_2048
- VGG_CNN_M_1024
- VGG_CNN_M_128
- VGG_CNN_F
- VGG ILSVRC-2014 16-layer
- VGG ILSVRC-2014 19-layer
- Network-in-Network Imagenet
- Network-in-Network CIFAR-10
- MNIST LeNet
OverFeat - Nice clean native models in torch for Overfeat by Jonghoon Jin. Overfeat is originally developed by Pierre Sermanet and others.