Skip to content
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

Default threads argument value will cause issues when running with Pytorch Windows #19

Open
ishmael1985 opened this issue Feb 24, 2018 · 1 comment

Comments

@ishmael1985
Copy link

ishmael1985 commented Feb 24, 2018

According to this:

https://github.com/peterjc123/pytorch-scripts

in the Using Examples section.

If you set --threads=0 manually instead of the default opt.threads=1 value, the issue will be resolved by forcing the data to be loaded into the main process, however I am not sure how it will affect #9.

@risingsun1412
Copy link

Yes, adding --threads=0 can solve that problem, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants