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
Remove logging line, or modify from ch.Info to ch.Trace:
ch.Info
ch.Trace
machinelearning/src/Microsoft.ML.Mkl.Components/SymSgdClassificationTrainer.cs
Line 813 in 5dbfd8a
For my text dataset, this logging line dumps ~100 pages of floats to my console. That level of verbosity is unneeded at the Info level.
Info
I'd recommend just removing the logging line.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Remove logging line, or modify from
ch.Info
toch.Trace
:machinelearning/src/Microsoft.ML.Mkl.Components/SymSgdClassificationTrainer.cs
Line 813 in 5dbfd8a
For my text dataset, this logging line dumps ~100 pages of floats to my console. That level of verbosity is unneeded at the
Info
level.I'd recommend just removing the logging line.
The text was updated successfully, but these errors were encountered: