Flag validation_step is not present in the recent versions >=0.5.1. Is there any replacement?
Early stopping now needs to be disabled by setting
–early_stop False
right?
Flag validation_step is not present in the recent versions >=0.5.1. Is there any replacement?
Early stopping now needs to be disabled by setting
–early_stop False
right?
Hello
I think that you must write “–noearly_stop” and not “–early_stop False”
I do not know about validation_step
I think both parameters are correct. On 0.5.1 I’m using --validation_step 1
and --early_stop True
and no error is returned.