SciSharp / TensorFlow.NET

.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
https://scisharp.github.io/tensorflow-net-docs
Apache License 2.0
3.17k stars 507 forks source link

fix: fix the bug of repeated progress bar in Model.fit() #1123

Closed Wanglongzhi2001 closed 1 year ago

Wanglongzhi2001 commented 1 year ago

There were some problems in the previous modification of model.evaluate, which caused model.evaluate to be called when the validation_split of model.fit was not empty, resulting in an abnormal output of the progress bar.