Skip to content
New issue

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

introduce trial_indices argument to SupervisedDataset #2595

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. introduce trial_indices argument to SupervisedDataset (pytorch#2595)

    Summary:
    X-link: facebook/Ax#2960
    
    
    Adds optional `trial_indices` to SupervisedDataset, whose dimensionality should correspond 1:1 with the first few dimensions of X and Y tensors, as validated in `_validate` ([pointer](https://www.internalfb.com/diff/D64764019?permalink=1739375523489084)).
    
    Reviewed By: Balandat
    
    Differential Revision: D64764019
    Bernie Beckerman authored and facebook-github-bot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    40b2899 View commit details
    Browse the repository at this point in the history