| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
Additional details and impacted files @@ Coverage Diff @@
## main #6449 +/- ##
==========================================
- Coverage 68.55% 68.49% -0.06%
==========================================
Files 1170 1170
Lines 246977 246980 +3
Branches 25792 25792
==========================================
- Hits 169303 169164 -139
- Misses 70951 71075 +124
- Partials 6723 6741 +18
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Sorry, something went wrong.
|
No idea why UseKeyDataViewTypeAsUInt32InOnnxInput keeps failing... The exception occurs during cursor disposal. |
Sorry, something went wrong.
|
I added a comment in the issue itself, but I'll add it here as well. So the call to Transform itself is a lazy call. Unless you get a cursor and start itterating over the data itself this call should basically be a NO-OP (not quite true as it does some validations and still sets up the pipeline, but no actual "processing" should take place). Are you seeing something that is showing its actually doing data processing there? |
Sorry, something went wrong.
|
/azp run |
Sorry, something went wrong.
|
Azure Pipelines successfully started running 2 pipeline(s). |
Sorry, something went wrong.
|
Actually the original issue is about more the need to convert an ITransformer to ONNX with DataViewSchema only, because the data that trained the model is not always available (e.g. the model is imported). However, the failed test case UseKeyDataViewTypeAsUInt32InOnnxInput seems to suggest that some data processing was involved during the conversion. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #6448