Hi,
I'd like to run dataset generation using beam and I'm getting the following error:
shard_boundaries = _get_shard_boundaries(num_examples, num_shards)
File "/home/febert/anaconda3/envs/rlds_env/lib/python3.9/site-packages/tensorflow_datasets/core/writer.py", line 142, in _get_shard_boundaries
raise AssertionError("No examples were yielded.")
AssertionError: No examples were yielded.
Dataset generation in a single process works fine.
Hi,
I'd like to run dataset generation using beam and I'm getting the following error:
File "/home/febert/anaconda3/envs/rlds_env/lib/python3.9/site-packages/tensorflow_datasets/core/writer.py", line 142, in _get_shard_boundaries
raise AssertionError("No examples were yielded.")
AssertionError: No examples were yielded.
Dataset generation in a single process works fine.