Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strategy logs : handling difference between logs that occur every round and the ones that occur inside every round #241

Open
umarteauowkin opened this issue Oct 24, 2022 · 0 comments

Comments

@umarteauowkin
Copy link
Contributor

log=self.log,
client_id=i,
log_period=self.log_period,
log_basename=self.log_basename,
logdir=self.logdir,

This is an example of the issue (but it is the case for all strategies). The default setting here is to say : the log period is the same at the round level and inside (hence in terms of updates) the round. It would be more logical to have either 1) no local logs when logging a strategy or 2) having a log period specific to the local computations (for example, we might want to log at every round at the server level, but only get logs every 10 updates in the local updates)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant