-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Speed is low when run train_imagent.py #488
Comments
This looks like a thread contention problem caused by opencv. I remember it was fixed apache/mxnet#12025. It may due to something else since it's using recordio |
What's the version of mxnet? commit number? |
MXNet Master compiled by myself. It's solved when I copied dataset from Western Digital Gold HDD to Samsung SSD. |
@chinakook Okay, I got it, it's stressing random access performance of the disk. |
@zhreshold |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
CASE 1:
speed log:
CASE 2:
speed log:
CASE 3:
speed log:
The text was updated successfully, but these errors were encountered: