Skip to content

Modify image classification sample to take in-memory image for prediction.#4310

Merged
codemzs merged 2 commits intodotnet:masterfrom
codemzs:inmemorysample
Oct 8, 2019
Merged

Modify image classification sample to take in-memory image for prediction.#4310
codemzs merged 2 commits intodotnet:masterfrom
codemzs:inmemorysample

Conversation

@codemzs
Copy link
Copy Markdown
Member

@codemzs codemzs commented Oct 8, 2019

fixes #4153

@codemzs codemzs requested a review from a team as a code owner October 8, 2019 00:57
Copy link
Copy Markdown
Contributor

@CESARDELATORRE CESARDELATORRE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👍

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 8, 2019

Codecov Report

Merging #4310 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #4310      +/-   ##
==========================================
+ Coverage   74.57%   74.58%   +<.01%     
==========================================
  Files         878      878              
  Lines      154277   154276       -1     
  Branches    16874    16874              
==========================================
+ Hits       115058   115070      +12     
+ Misses      34472    34458      -14     
- Partials     4747     4748       +1
Flag Coverage Δ
#Debug 74.58% <100%> (ø) ⬆️
#production 70.17% <100%> (+0.01%) ⬆️
#test 89.53% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...c/Microsoft.ML.Dnn/ImageClassificationTransform.cs 87.42% <100%> (-0.02%) ⬇️
...c/Microsoft.ML.FastTree/Utils/ThreadTaskManager.cs 79.48% <0%> (-20.52%) ⬇️
...L.AutoML/TrainerExtensions/TrainerExtensionUtil.cs 85.44% <0%> (-1.88%) ⬇️
...soft.ML.Data/DataLoadSave/Text/TextLoaderCursor.cs 84.9% <0%> (+0.2%) ⬆️
....ML.AutoML/PipelineSuggesters/PipelineSuggester.cs 86.55% <0%> (+3.36%) ⬆️
src/Microsoft.ML.AutoML/Sweepers/Parameters.cs 83.89% <0%> (+5.93%) ⬆️
src/Microsoft.ML.AutoML/Sweepers/ISweeper.cs 67.08% <0%> (+7.59%) ⬆️

@codemzs codemzs merged commit 628db3c into dotnet:master Oct 8, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Image Classification DNN Transfer Learning] - Support training and scoring with in-memory images

3 participants