-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Random Batch generation speed (#1805)
Summary: Pull Request resolved: #1805 Remove for loop from batch generation; very slow at larger test batch sizes (4K+) - prior to changes, would take 2mins+. Reviewed By: henrylhtsang Differential Revision: D55052074 Privacy Context Container: 1203980333745195 fbshipit-source-id: 858246959832360d08063e02b95370703dd12dd7
- Loading branch information
1 parent
347d760
commit d9fbac9
Showing
2 changed files
with
45 additions
and
31 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