Open iliaschalkidis opened 3 years ago
I totally agree, @iliaschalkidis!
In general, pretty much any DeepSpeed-specific questions should go to https://github.com/microsoft/DeepSpeed - please feel free to tag me if it's related to transformers
though, since most likely I need to know it too.
In this particular situation please watch for the resolution of this PR https://github.com/microsoft/DeepSpeed/pull/849
Currently, those timing prints are controlled by:
"wall_clock_breakdown": false
in the DS config file - and it should be false by default - except it's not working right now and this PR I linked to will resolve it.
Thanks @stas00,
I already added this in the config:
"steps_per_print": 5000,
"wall_clock_breakdown": false,
but it seems it only suppress some of the logging, not everything...
I'll keep up for updates!
It should be good now, just for wait for the PR to be merged and use master or the upcoming new release.
Hi @stas00,
Thanks for the
deepspeed
notebook example. Is there any way to disabledeespeed
logging?I mean all these repetive lines, that go in between the usual logging of huggingface training script:
Especially the optimizer info, which is printed constantly 😄