-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* load dset * use Datasets.from_generator for multiprocessing * revert some debugging stuff * remove accidentally included files * switch to correct multiprocessing lib + switch to spawn * split dataset before multiprocessing * nicer prints * Replace custom method with np.array_split * Move multiprocessing inside generator * change yield to put * change to use model_str * fix connectionreseterror * switch extract to return dataset instead of saving to disk * Switch to torch.multiprocessing.spawn * Start testing on Python 3.11 --------- Co-authored-by: Alexander Wan <[email protected]>
- Loading branch information
1 parent
74f4bff
commit a3fadd2
Showing
5 changed files
with
211 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.