The Wayback Machine - https://web.archive.org/web/20210705022039/https://github.com/dotnet/machinelearning/issues/5598
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

SymSGD Excessively Verbose #5598

Open
justinormont opened this issue Jan 25, 2021 · 0 comments · May be fixed by #5622
Open

SymSGD Excessively Verbose #5598

justinormont opened this issue Jan 25, 2021 · 0 comments · May be fixed by #5622

Comments

@justinormont
Copy link
Member

@justinormont justinormont commented Jan 25, 2021

Remove logging line, or modify from ch.Info to ch.Trace:

ch.Info($"Bias: {bias}, Weights: [{String.Join(",", weights.DenseValues())}]");

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.

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

Successfully merging a pull request may close this issue.

1 participant