fastai / fastprogress

Simple and flexible progress bar for Jupyter Notebook and console
Apache License 2.0
1.08k stars 104 forks source link

Progress bar not displayed in terminal when using wandb logger #74

Open potipot opened 3 years ago

potipot commented 3 years ago

I've experienced this issue for a while now and got used to it. Google and forum searches didn't yield any results so I decided to share it here.

When using wandb logger no progress bar is showing in the terminal.

image

Setting an environment variable as mentioned here:

WANDB_CONSOLE=off

solved the issue.

Hope this helps somebody.

xanderdunn commented 3 years ago

This was very helpful, thanks for posting @potipot