lingvo icon indicating copy to clipboard operation
lingvo copied to clipboard

Lingvo

Results 150 lingvo issues
Sort by recently updated
recently updated
newest added

Hi! Thank you very much for your work. I would like to try 3D object detection models like StarNet, but it seems like the car models are explicitly disabled for...

As there is no rear camera in Waymo dataset, how do you deal with the point cloud and image correlation of the rear view in the DeepFusion work? Regards

Thanks for your great work! Could you tell me if there is an inference version using c++ or something about can help me do the work ?Thank you!

To reproduce: ```bash # bazel run -c opt lingvo/jax:main -- --model=lm.ptb.PTBCharTransformerSmallSgd --job_log_dir=/tmp/jax_log_dir/exp01 --alsologtostderr ... 2022-03-24 17:46:18.859227: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object...

To reproduce: ``` % docker build --tag tensorflow:lingvo - < "$LINGVO_DIR/lingvo/jax/pip_package/build.Dockerfile" ... % docker run --rm $(test "$LINGVO_DEVICE" = "gpu" && echo "--runtime=nvidia") -it -v ${LINGVO_DIR}:/tmp/lingvo -v ${HOME}/.gitconfig:/home/${USER}/.gitconfig:ro -p 6006:6006...

I am tying to pip install lingvo==0.9.0. Although I have tensorflow-gpu 2.6, it downloads cpu tensorflow 2.5 which breaks rest of my dependencies. Is there a way to rectify this?...

Hi lingvo contributors, Thanks for the prompt response to my previous ticket on docker version. I want to run gpipe together with data parallelism on an 8x GPU server. I...

The https://github.com/tensorflow/lingvo/blob/master/lingvo/tasks/lm/README.md just show how to run Moe on TPU

Hi, when I try to run the Gpipe example _**one_billion_wds**_ using the given command: `trainer --run_locally=gpu --mode=sync --model=lm.one_billion_wds.OneBWdsGPipeTransformerWPM --logdir=/tmp/lm/log --logtostderr --worker_split_size=4 --worker_gpus=4` There is an error : Traceback (most recent...

I don't understand why we append an all-zero frame here. [https://github.com/tensorflow/lingvo/blob/master/lingvo/tasks/asr/input_generator.py#L149](url) Does anyone know?