Getting started ASR task
Sorry for the stupid question, I'm new at this. I followed the instruction to run the image task using the README file. But my goal is to run the asr task, I can't find out how to set up this one. Which dataset have I to add in the command:
bazel run -c opt //lingvo/tools:keras2ckpt -- --dataset=mnist
I'd really appreciate a tutorial for dummies for Lingvo for ASR system.
Thanks
Alessia
To be quite honest I don't think we will be adding one in the near future :(
The scripts for getting the datasets are https://github.com/tensorflow/lingvo/tree/master/lingvo/tasks/asr/tools
Yeah, in the end I found out how to correctly get dataset. Thanks