Removed sync arg from wandb.log#3472
Conversation
Updated sync parameter documentation to indicate deprecation.
vfdev-5
left a comment
There was a problem hiding this comment.
LGTM, thanks @DanielNobbe !
|
@DanielNobbe can you also please remove |
|
Done. I didn't think of checking the tests, sorry about that. |
|
Thanks @DanielNobbe ! That's fine as you did. Let's see if the CI is green and we can land it. |
Fixes #3471
Description:
Remove the
syncargument from thewandb.log()calls in the OutputHandler and OptimizerParamsHandler, since the argument was removed. Kept the argument in the initialisation of the handlers, so that existing code that may include the argument keeps working.Check list: