Closed huhk-sysu closed 6 years ago
Thanks for your issue. Should be fixed when #325 gets merged. In order to pass ascii=True, set verbose=0 in the fit call and from torchbearer.callbacks import Tqdm, then give Tqdm as a callback to the fit call. Hope that helps!
Currently tqdm can't work correctly on Windows console(see here).
Please provide a way to control the parameters of tqdm(e.g. set ascii=True). Thanks for your work!