Replies: 2 comments 3 replies
-
There is no way to turn it of at the API level. You would need to comment out the relevant code in ProgressTrackingMixIn |
Beta Was this translation helpful? Give feedback.
1 reply
-
Looking at the code in more detail, at the level of the mixin, there is a Boolean for this ( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For benchmarking purposes, I want to turn of the tqdm progress bar (minimize CLI output). I would expect that
reporting_frequency=None
should do the trick. I also tried other values oflog_progress
andreporting_interval
, but I can't get it to work.(CC @quaquel)
Beta Was this translation helpful? Give feedback.
All reactions