We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iterables = { "t2i_flow": train_dataloader_t2i, "lm_flow": train_dataloader_lm, "mmu_flow": train_dataloader_mmu, }
因为设备限制,我无法训练,但依照我的理解,似乎代码中会把t2i、llm、mmu三部分的数据集混合起来训练?可能json文件不同时,里面的数据集会变,但无论怎么变,似乎还是混合起来训练。
还是说可能有时候某个数据集是空的?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
iterables = { "t2i_flow": train_dataloader_t2i, "lm_flow": train_dataloader_lm, "mmu_flow": train_dataloader_mmu, }
因为设备限制,我无法训练,但依照我的理解,似乎代码中会把t2i、llm、mmu三部分的数据集混合起来训练?可能json文件不同时,里面的数据集会变,但无论怎么变,似乎还是混合起来训练。
还是说可能有时候某个数据集是空的?
The text was updated successfully, but these errors were encountered: