Replies: 2 comments 2 replies
-
You can try the tqdm wrapper for gather: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Can you use the ‘async with engine’ call outside of the for loop - engine start and stop does take time & kills all the performance benefits. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying following code to utilize multiple gpu, but add tqdm in outer seems not that good (because the progress bar have a total device_count which makes it hard to watch).
So if there any inner args that can open progress bar?
Beta Was this translation helpful? Give feedback.
All reactions