src/chug/task_pipeline/pipeline_doc_vqa.py [116:122]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            pipe += [
                wds.to_tuple(
                    cfg.image_input_feat.output_name,
                    cfg.text_input_feat.output_name,
                )
            ]
    return pipe
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



