feat: add python Permutation class to mimic hugging face dataset and provide pytorch dataloader (#2725)

This commit is contained in:
Weston Pace
2025-11-06 16:15:33 -08:00
committed by GitHub
parent 6ddd271627
commit aeac9c7644
24 changed files with 2071 additions and 126 deletions

View File

@@ -24,6 +24,14 @@ optional discardWeight: number;
***
### splitNames?
```ts
optional splitNames: string[];
```
***
### splitWeights
```ts