You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if you omit early stopping options, they are assumed to be None. Preferably, we automatically perform early_stopping but this requires disambiguating between None and key missing in the config. Related to this issue here: serde-rs/serde#984
This has to be supported across training from the config file and the language libraries.
The text was updated successfully, but these errors were encountered:
Currently, if you omit early stopping options, they are assumed to be None. Preferably, we automatically perform early_stopping but this requires disambiguating between None and key missing in the config. Related to this issue here: serde-rs/serde#984
This has to be supported across training from the config file and the language libraries.
The text was updated successfully, but these errors were encountered: