karpathy / neuraltalk

NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
5.4k stars 1.32k forks source link

Update to current MatCaffe syntax #39

Closed huyouare closed 8 years ago

huyouare commented 8 years ago

Change MatCaffe calls to reflect current "caffe.Net" syntax, updating file paths and setting use_gpu to false by default to avoid crashes.

karpathy commented 8 years ago

I trust you've tested it and that it works :) thank you for the PR!