-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asynchronous prefetching of data #253
Conversation
✅ Result of Pytest Coverage---------- coverage: platform linux, python 3.11.3-final-0 -----------
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Note: This PR is on hold until we can measure the impact of this. We cannot be sure the current implementation here helps since we use multithreading. It should help, since after |
Closing due to #301 |
We add an additional thread to load data from the selector in order to hide the latency of data transfer from selector during training.
Solves #175.