SymSGD Excessively Verbose #5598
Comments
Can I solve this issue? |
hiii, I am new to it plz guide me where to start and what to do! |
@rohittrimalle or @bhargavsonagara, feel free to tackle this issue if you would like. You will have to remove the line @justinormont says, but then you will also have to fix the SymSGD baseline test files. We can help walk you through that when you get to that point if you want. |
I have to modify all the pages from ch.Info to ch.Trace right? |
You don't need to modify all the lines, just the once place mentioned in the issue, .If you navigate to Does that help? |
Yes, it's help too much but I am unable to find them So how I resolve this error. you just help me to solve one error other I will solve by myself. |
@michaelgsharp I am unable to find Microsoft.ML.Predictor.Tests_netcoreapp2.1_x64.html this as it mention in the error. Just imagine if I find that so I have to change the version 2.1_x64.html to 3.1_x64.html version right? And I checked in reporoot/test/BaselineOutput/Common their is no any artifacts. |
Hello, Can I use this issue as my first contribution? I'm new so please can someone guide me? |
You will have to remove the line @justinormont says, but then you will also have to fix the SymSGD baseline test files. |
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: