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
Current behavior is annoying in that it isn't "store a state when epoch % N == 0".
It's "maybe store a state after N epochs since the last stored state if the state is finalized".
Not sure what the current Lighthouse behavior is, but I'm guessing its not what we're doing.
Preference to merge this as is (as a hidden option and only semi-supported) since there are people who want this now.
And figure out better behavior later (or do more research to justify the current behavior) and at that point make a public cli option.
It's "maybe store a state after N epochs since the last stored state if the state is finalized".
Not sure what the current Lighthouse behavior is, but I'm guessing its not what we're doing.
Preference to merge this as is (as a hidden option and only semi-supported) since there are people who want this now.
And figure out better behavior later (or do more research to justify the current behavior) and at that point make a public cli option.
Originally posted by @wemeetagain in #5154 (comment)
The text was updated successfully, but these errors were encountered: