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
Describe the bug:
Segfault during the pipeline creation
Describe how to reproduce:
fromfairseq2.dataimportread_sequencefromfairseq2.data.data_pipelineimportDataPipeline, DataPipelineBuilderpipeline_build=read_sequence(list(range(100))) # this's shared for two shuffling operationsconcat_pipe=DataPipeline.concat([pipeline_build.shuffle(10).and_return(),
pipeline_build.shuffle(10).and_return()]).and_return()
# this should have raised next(iter(concat_pipe))
Describe the expected behavior:
This should raise an explicit RuntimeError
The text was updated successfully, but these errors were encountered:
Describe the bug:
Segfault during the pipeline creation
Describe how to reproduce:
Describe the expected behavior:
This should raise an explicit RuntimeError
The text was updated successfully, but these errors were encountered: