-
Notifications
You must be signed in to change notification settings - Fork 1.2k
staging ci #565
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
staging ci #565
Conversation
|
@jiata Out of interest, why is this change needed? |
bc of that test that is failing in staging. for that particular machine the DataLoader requires more than what that vm has available. On my machine, i dont see this error. |
| shuffle=False, | ||
| num_workers=db_num_workers(), | ||
| num_workers=0, | ||
| # num_workers=db_num_workers(), |
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.
How about setting num_workers = db_num_workers(8) and if that doesn't work then 4, 2, or eventually just 0 as done here? Having 0 workers significantly slows down image reading, which for action recognition likely makes a big difference (it does for image classification)
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.
trying with significantly minified data since this is a memory issue
| import pytest | ||
| import scrapbook as sb | ||
|
|
||
| from utils_cv.common.data import unzip_url |
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.
[minor] "unzip_url" not used
Description
set num workers to 0 for action rec
Related Issues
Checklist:
stagingand notmasterstaging