SeanNaren / deepspeech.torch

Speech Recognition using DeepSpeech2 network and the CTC activation function.
MIT License
259 stars 73 forks source link

Cpu mode doesn't work #28

Closed cricket1 closed 8 years ago

cricket1 commented 8 years ago

Just the change nGPU = -1 in AN4CTCTrain.lua doesnt work .There was NetworkCPU.lua before .Is that deprecated

SeanNaren commented 8 years ago

Hey, I've tried to clean things up a bit and pushed a large update to the code. Would be great if you could have a look now, I'll try to investigate further ASAP.

cricket1 commented 8 years ago

@SeanNaren thnks for the changes .With your changes and few code deletions I got the cpu mode to work . Here are the code deletions

-WEREvaluator.lua-require 'cutorch'

SeanNaren commented 8 years ago

Thanks, will add those changes!

cricket1 commented 8 years ago

Also one other small change in prepare_an4/prepare.sh

chmod u+rx ./ConvertAN4ToWav.sh ./gen_index.sh has to be changed to

chmod u+rx ./ConvertAN4ToWav.sh ./generateIndices.sh

SeanNaren commented 8 years ago

Added the changes you described, would be great if you could pull and have a look :)

cricket1 commented 8 years ago

No issues seen :+1: