lingvo
lingvo copied to clipboard
Lingvo
In locally sync mode, the GPU utilization is unstable (sometime 100%, sometime 0%), and the average GPU utilization is about 60%. I think this question may caused by IO when...
Does Lingvo distributed training support RDMA? If support, how can I setup ib support?
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...
Hi, I'm trying to convert the inference graph exported by inference_graph_exporter.InferenceGraphExporter and a checkpoint to a SavedModel for tensorflow serving. I followed the code in predictor.py, here's my code ```...
Hi! I finished shallow LM fusion in ASR using your `ComputeLogitsWithLM` in asr/fusion.py. Then, I have tested it many times using different parameters which maybe affect LM fusion results. However,...
Hi, I am looking for GPipe source code, but only found this: https://github.com/tensorflow/lingvo/blob/master/lingvo/core/gpipe.py Maybe I am wrong but I think the source code of GPipe should include functionalities such as...
Hi! In librispeech.py, I found some notes about default input_size: ----------------------------------------------------------------------------- # Data consists 240 dimensional frames (80 x 3 frames), which we # re-interpret as individual 80 dimensional frames....
https://github.com/tensorflow/lingvo/blob/2d05484a7d5d73db23f8a4b47d6d729b5e01fa6a/lingvo/tasks/asr/decoder.py#L1059 i found that ComputePredictionDynamic is too slow for schedule sampling, so i tried to add schedule sampling in the cell function RnnStep but failed following is my code ```...
Hi~ I haved encountered an error when trying to enable spec-augment. The code in **librispeech.py** is: `ep.use_specaugment = True` The error is as below:  It seems that the `inputs`...
Hi, I want to test how Gpipe works, when i searched in the web I found about lingvo repository. Can i know how to run it. I mean i didn't...