fastai / fastprogress

Simple and flexible progress bar for Jupyter Notebook and console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progress bar not displayed in terminal when using wandb logger

potipot opened this issue · comments

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.

This was very helpful, thanks for posting @potipot