TensorFlow.NET
TensorFlow.NET copied to clipboard
[BUG Report]: EarlyStop does not stop
Description
When using EarlyStop and reaching a point where the training should stop, it just repeats the message Restoring model weights from the end of the best epoch:
but keeps training.
It looks like it sets stop_training = true
correctly, but the value of stop_training is not checked anywhere in FitInternal
Reproduction Steps
No response
Known Workarounds
No response
Configuration and Other Information
No response
Released v0.110.3. Can you check if this version works?
Can this issue be closed? @asaf92
Released v0.110.3. Can you check if this version works?
The issue still exists even in v0.110.3. The model keeps training while "EarlyStopping" does triger it by changing "Stop_training" to true.
It still exists in v0.110.3 @Wanglongzhi2001
I decompiled and saw that the code wasn't changed