-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tree): add multiprocessing tree data loader (#1041)
* feat(tree): add multiprocessing dataloader * fix(tree): fix lint * fix(tree): fix multiprocessing start method (#1040) * fix(tree): fix multiprocessing start method * chore(tree): multiprocessing reusing parameter `num_parallel` * style(tree): rename num_data_loaders to num_parallel Co-authored-by: qinminhao <qinminhao@bytedance.com> * test(tree): multiprocessing tree model test.sh * style(tree): code clean * style(tree): fix code lint(logging-not-lazy) * test(tree): move unittest to rest_trainer.py * docs(tree): more comments * fix(tree): fix code lint * style(tree): make parameter num_paralle optimal Co-authored-by: qinminhao <qinminhao@bytedance.com>
Showing
3 changed files
with
191 additions
and
51 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