my code from tqdm.auto import tqdm , trange # from tqdm.notebook import tqdm from time import sleep with tqdm(total=10, desc="desc", bar_format="[{desc}: {percentage:3.0f}%] |{bar}| [{n_fmt}/{total_fmt}] [{elapsed}<<{remaining}] [{rate:...
I think I assumed it should go on the right because unless the loss text width is fixed it'll make the progress bar jump around a bit, but that's easy enough to avoid. The implementation I thought might be most powerful is being able to provide tqdm a template "context", which the ...