Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tqdm progress bar in inferencer #338

Merged
merged 2 commits into from Apr 28, 2020
Merged

tqdm progress bar in inferencer #338

merged 2 commits into from Apr 28, 2020

Conversation

tholor
Copy link
Member

@tholor tholor commented Apr 28, 2020

So far: we disabled tqdm for all inference with mulitprocessing as it can become quite verbose.

Proposed change: Make disable_tqdm a class attribute so that users can configure it more flexible themself.

(In addition, I moved the fasttext import as we were always logging an error message even though it was not used at all )

@tholor tholor requested a review from tanaysoni April 28, 2020 10:10
@tholor tholor changed the title WIP tqdm progress bar in inferencer tqdm progress bar in inferencer Apr 28, 2020
@tholor tholor merged commit 5de49dc into master Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants