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

What's the meaning of "worker" #108

Open
Rusching opened this issue Mar 19, 2022 · 1 comment
Open

What's the meaning of "worker" #108

Rusching opened this issue Mar 19, 2022 · 1 comment

Comments

@Rusching
Copy link

Your work is amazing and I am truly amazed!
While reading the code, I have something that I don't understand. What does 'worker' mean? Is it to start multiple threads at the same time to perform the hill climbing algorithm to get the optimal result? If only one worker is used, will it affect the result?

@mathieu-aubin
Copy link

mathieu-aubin commented Jul 9, 2022

workers usually mean number of cpu cores used for processing. Defaukt seems to use all cores but if you needed to slow down processing, you could use a single core only per example.

result should be the same(ish)... i dont think theres a way to generate exact same output every time so it will do the deed and process images correctly, albeit slower

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