Ruoming Pang
Ruoming Pang
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...
This PR fixes the `Not a single example present in the PCollection!` assertion error while running `tfds build librispeech`. The fix came from https://github.com/tensorflow/datasets/pull/2181/files.
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET **Short description** https://github.com/tensorflow/datasets/commit/e8d8966e888667091875fd885ab0803a6dc5a383 broken mock_data(). **Environment information** * Operating System: Linux * Python version: 3.7.7 * `tensorflow-datasets`/`tfds-nightly` version: 4.5.2.dev202203220044 * Does...