karpathy / neuraltalk2

Efficient Image Captioning code in Torch, runs on GPU
5.5k stars 1.26k forks source link

some error on checkpoint for cpu #138

Open jiangbryn opened 8 years ago

jiangbryn commented 8 years ago

when i was running neuraltalk2 on my raspberry pi, i have some problem on cpu model. According to Google, the model may have some problem on x86 or arm, and have to convert it. But, when i following the step on Google "th>> torch.load()" appeared an error ,cannot find nn.Sequential which require CUDA TOOL and cunn . i was confused, why a cpu model require gpu tool thx for reply