question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Progress bar still show up with verbose = 0

See original GitHub issue

Hi, unless I misunderstood how to fully disable progress bar, the time_series_features_extractor() stil displays a progress bar. It stays empty but still it prints something out which cause me troubles when trying to integrate tsfel with streamlit.

image

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
patrickfleithcommented, Jan 18, 2022

I’ll have a look on Thursday/Friday and come back to you

0reactions
HanlinGaocommented, May 26, 2022

I met the same problem in the Jupyter notebook. It seems that here need to add verbose==1 in the condition

# Starting the display of progress bar for notebooks interfaces
if (get_ipython().__class__.__name__ == 'ZMQInteractiveShell') or (get_ipython().__class__.__name__ == 'Shell'):
    out = display(progress_bar_notebook(0, len(signal_windows)), display_id=True)
Read more comments on GitHub >

github_iconTop Results From Across the Web

Add progress bar with minimum info when verbose is equal 0
When any of the fit methods is call with verbose=0 nothing is printed out as progress information. ... With several hundreds of epochs...
Read more >
Show progress bar for each epoch during batchwise training ...
For the callback, verbose=2 means separate progressbars for epochs and batches. 1 means clear batch bars when done. 0 means only show epochs...
Read more >
ffmpeg less verbose, without hiding progress bar - Super User
The banner is apparently considered to be info , because it is hidden by -v warning or any quieter level, and it appears...
Read more >
Model training APIs - Keras
Verbosity mode. 0 = silent, 1 = progress bar, 2 = one line per epoch. 'auto' defaults to 1 for most cases, but...
Read more >
Linux dd Command Show Progress Copy Bar With Status
This page shows how to show progress copy bar on Linux operating system ... 10 70 0. HowTo: Check The Status of dd...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found