You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Draft modification to redirect logs to test output (#4710)
* Draft modification to get all channel output to go to test log when running tests
* Attempt to fix API compat issue
* Reverted changes to MLContext and now using standard logging mechanism
* Fixed span bounds checking
* Added member variables to LoggingEventArgs to control logging
* Added a separate RawMessage variable to preserve the behavior of the original Message member
* Fixed crash in DnnRetrainTransformer during a netfx run of TensorFlowTransformMNISTLRTrainingTest
* Added RetryFact attribute to UriLoaderTests.can_reload_model
* Added attribute to control logging at a per test level
Not training a calibrator because it is not needed.
10
12
Warning: The predictor produced non-finite prediction values on 8 instances during testing. Possible causes: abnormal data or the predictor is numerically unstable.
Not training a calibrator because it is not needed.
6
7
Warning: The predictor produced non-finite prediction values on 16 instances during testing. Possible causes: abnormal data or the predictor is numerically unstable.
0 commit comments