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
There is a chance that what happened to max_epochs_stored (#3112) is also happening to other config options:
When moving options from the struct responsible for deserialization to the actual config object, we might miss out on some options.
We should destructure the config to make sure all fields are used.
The text was updated successfully, but these errors were encountered:
There is a chance that what happened to
max_epochs_stored
(#3112) is also happening to other config options:When moving options from the struct responsible for deserialization to the actual config object, we might miss out on some options.
We should destructure the config to make sure all fields are used.
The text was updated successfully, but these errors were encountered: