File "D:\programs\python\python39\lib\site-packages\tqdm\std.py", line 1509, in display self.sp(self.str() if msg is None else msg) File "D:\programs\python\python39\lib\site-packages\tqdm\std.py", line 1165, instr return self.format_meter(**self.format_dict) ...
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 ...