Hi @<1523702932069945344:profile|CheerfulGorilla72> , can you share the code you're using?
ah, I get it, I use (pytorch) lightning, and that's where it all comes from.
From my end I can confirm that if I use tqdm to print progress of training epochs (like for epoch in tqdm(range(num_epochs)): <training code>
) then I get each tqdm update printed as well as seen in attached image. @<1523702932069945344:profile|CheerfulGorilla72> maybe just reduce the number of updates to be less frequent - I think tqdm parameter miniters
allows you to do that.
Yes, of course, there is a lot of code...
maybe I can share individual modules?)
to guide you faster)
Sure - the thing is ClearML doesn't use tqdm to print out epochs, so I wonder where it's coming from