-
Notifications
You must be signed in to change notification settings - Fork 61
ML.NET CLI performance with more cores #645
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
Comments
@justinormont Will we get bonus training using AutoML.Net when we have more cores |
Yes ML․NET is multi-threaded, though its use in AutoML should be improved. See dotnet/machinelearning#4092:
The In addition to the above, for NUMA architectures, we may want to enable: (info) <configuration>
<runtime>
<gcServer enabled="true"/>
<Thread_UseAllCpuGroups enabled="true"/>
</runtime>
</configuration> I'm unsure if we can set |
I'm going to close this issue for clear up, feel free to re-open it whenever you have questions. |
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Would the ML.NET CLI benefit from having more cores at its disposal when training on big amount of data (meaning quicker time to compute a model)?
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: