AnswerDotAI / AnswerDotAI/fastprogress
Progress bar not displayed in terminal when using wandb logger
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1.1k
- Forks
- 104
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
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.

Setting an environment variable as mentioned [here](https://github.com/wandb/client/issues/1265#issuecomment-763343495):
```
WANDB_CONSOLE=off
```
solved the issue.
Hope this helps somebody.
Contributor guide
Assessment
This issue has not been assessed yet.