lingvo
lingvo copied to clipboard
Lingvo
I am following the instructions in pip_package/README.md to get a whl file to install lingvo using pip3 with one change in the 'build.sh' file where I changed 'TF_NEED_CUDA' value from...
Hi I try to installed lingvo using docker, but during building dockerfile, error happened. E: Unable to locate package python3-distutils python3-distutils is not in the package list, then which should...
Hi, I am implementing a model in Lingvo and getting OOM with a tensor of shape [12, 620, 50, 1024]. I am using a 8 GPU (Tesla K80, 8 GB...
Hi @bignamehyp and other developers, I am trying to understand the GPipe's composite layer assignment heuristic for each GPU and how the GPUs interact and I am not sure if...
Hi, I am implementing an ASR model and getting error in tf.broadcast_to Below is the part of code in ComputePredictions ``` activation = lm_out.last_hidden encoder_outputs = tf.transpose(encoder_outputs, [1, 2, 0])...
when I run the gpipe example OneBWdsGPipeTransformerWPM, a error ocurr: Traceback (most recent call last): File "/home/gaokai/lingvo_2/lingvo-master/bazel-bin/lingvo/trainer.runfiles/__main__/lingvo/trainer.py", line 1836, in tf.app.run(main) File "/home/gaokai/miniconda3/envs/gpipe_tf2gpu/lib/python3.6/site-packages/tensorflow_core/python/platform/app.py", line 40, in run _run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef)...
Hi, I'm trying to download preprocess the dataset for the ASR task with the files: _lingvo/tasks/asr/tools/librispeech.03.parameterize_train.sh_ and _lingvo/tasks/asr/tools/librispeech.04.parameterize_devtest.sh_. I want to put them in a volume folder, so that I...
When I used asynchronous training, I found that Gigabit broadband is not enough to support the transmission between ps and trainer. How to solve it?
Hello, Can I have any more detailed instructions about the instalation instructions on windows please ? Maybe the excat command that we run on linux to install it (with bazel's...