FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[Feature] Support managing multiple data partitions for Train/Val/Test in controller · Issue #81 · TransferQueue/TransferQueue · GitHub

This repository was archived by the owner on Jan 21, 2026. It is now read-only.
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

[Feature] Support managing multiple data partitions for Train/Val/Test in controller #81

Description

Backgrounds

In many ML use cases, we need to manage three or more parts of data, including training sets, validation sets, and test sets. This requires the data system to provide different partitions for these data, preventing users from retrieving unintended data.

Currently, TransferQueueController manages all data samples together and thus does not support this usage. In our recipe in verl, we temporarily work around this issue by initializing another set of TransferQueues for _validate. This adds extra complexity to usage, and we will soon provide official support for data partitions.

Solution

We will add another parameter data_partition to the get_meta & put functions in TransferQueueClient. By specifying this parameter, users can logically divide data into different partitions.

TODO:

  • Add logical partition in TransferQueueController PR#98 @LLLLxmmm
  • Add data_partition for get_meta & put functions in TransferQueueClient PR#98 @LLLLxmmm

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL