Hi @stas00,
Thanks for the deepspeed notebook example. Is there any way to disable deespeed logging?
I mean all these repetive lines, that go in between the usual logging of huggingface training script:
rank=0 time (ms) | optimizer_gradients: 51.24 | optimizer_step: 937.01 | optimizer_allgather: 64.85
[2021-03-10 10:46:04,811] [INFO] [logging.py:60:log_dist] [Rank 0] step=710, skipped=19, lr=[2.359596026758678e-05], mom=[[0.9, 0.999]]
[2021-03-10 10:46:04,811] [INFO] [timer.py:163:stop] 0/710, SamplesPerSec=174.80488942519466
Especially the optimizer info, which is printed constantly 😄
Hi @stas00,
Thanks for the
deepspeednotebook example. Is there any way to disabledeespeedlogging?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 😄