CSAILVision / places365

The Places365-CNNs for Scene Classification
http://places2.csail.mit.edu/
MIT License
1.9k stars 534 forks source link

Torch version of Caffe models #21

Closed arefiyan closed 7 years ago

arefiyan commented 7 years ago

Could you provide the Torch version of following models, please? I couldn't load and convert them. Thanks

AlexNet-places365 GoogLeNet-places365 VGG16-places365 VGG16-hybrid1365 ResNet152-hybrid1365

zhoubolei commented 7 years ago

torch 7. require 'loadcaffe' model = loadcaffe.load('deploy_alexnet_places365.prototxt', 'alexnet_places365.caffemodel', 'cudnn')