dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
263 stars 56 forks source link

training status is still `Finalizing Model` after Time expired when training a model #209

Closed LittleLittleCloud closed 5 years ago

LittleLittleCloud commented 5 years ago

Model Builder Version: latest master branch

Bug description if training time is not enough for one iteration, after time expired, training status should return to start training (or something else) instead of finalizing model image.png

Step for reproducing

expected behavior 10s is not enough for a round train, so output should be "time expiring...." and train status should be "start train"

actual behavior output works fine, but train status stuck on Finalizing model

zewditu commented 5 years ago

This bug is fixed indirectly with the fix of https://app.zenhub.com/workspaces/mlnet-tools-5cde1c97e3106e39e8ae08fc/issues/dotnet/machinelearning-modelbuilder/196 Or these two bugs are similar