You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
For multi-threaded generation, please use the multithreading branch of the repo -- you can just copy your logic for parsing an example into the dataset generator there and control the level of parallelism with the N_WORKERS variable:
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.
The text was updated successfully, but these errors were encountered: