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

extract_features.py fix for caffe update #37

Closed alyxb closed 8 years ago

alyxb commented 8 years ago

Fixed extract_features.py based on this issue: https://github.com/karpathy/neuraltalk/issues/31

This modification allowed me to run extract_features.py successfully with latest caffe

karpathy commented 8 years ago

thank you for the PR!