You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To restrict inference to a subset of samples a subset-copy of the sgkit dataset needs to be performed. For large datasets this is less than ideal.
If tsinfer read a sample_mask array from the dataset, inference could be restricted to those samples in the mask. If done at the SgkitSampleDataset level this should be possible without wider changes to tsinfer.
The text was updated successfully, but these errors were encountered:
To restrict inference to a subset of samples a subset-copy of the sgkit dataset needs to be performed. For large datasets this is less than ideal.
If tsinfer read a
sample_mask
array from the dataset, inference could be restricted to those samples in the mask. If done at theSgkitSampleDataset
level this should be possible without wider changes to tsinfer.The text was updated successfully, but these errors were encountered: