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

[BUG Report]: Early stopping parameter "min_delta" is set to "int" instead of "float" #1119

Closed boranyang-ML closed 1 year ago

boranyang-ML commented 1 year ago

Description

Under the file path: TensorFlow.Keras, the early stopping parameter "min_delta" is set to "int" instead of "float", could you please check?

Reproduction Steps

No response

Known Workarounds

No response

Configuration and Other Information

No response

Wanglongzhi2001 commented 1 year ago

Thank you for your advice, you are right, type of "min_delta" should be float, I will revise it.

Wanglongzhi2001 commented 1 year ago

Hi, I have revised it. ^_^