Closed cricket1 closed 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.
@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'
Thanks, will add those changes!
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
Added the changes you described, would be great if you could pull and have a look :)
No issues seen :+1:
Just the change nGPU = -1 in AN4CTCTrain.lua doesnt work .There was NetworkCPU.lua before .Is that deprecated