API symbolsutilsCopyCopy as MarkdownCopy page linkView MarkdownDownload .mdOpenAIOpen in ChatGPTClaudeOpen in ClaudePerplexityOpen in PerplexityGrokOpen in Grok ConcatDataset class tensorplay.utils.data.ConcatDataset(datasets: Iterable[Dataset])[source] Dataset as a concatenation of multiple datasets. This class is useful to assemble different existing datasets. Parameters: datasets (sequence) – List of datasets to be concatenated Help improve this pageFound an error, an unclear step, or a missing example?Was this page helpful?YesNoSuggest an editReport an issueCheckpointPolicyPrevious PageDataLoaderData loader combines a dataset and a sampler, and provides an iterable over the given dataset.