Replies: 1 comment
-
ping on this? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm doing a task where I'm pmapping an operation that takes a variable amount of time over different devices.
This means that quite often, one device will finish much faster than the others. When this happens, I get this error message:
Is there a way to increase the timeout to stop this error message being printed, perhaps with an XLA flag?
It really clutters up my stdout when training.
I would prefer to avoid a solution that involves suppressing all error messages, as they can be very useful.
Beta Was this translation helpful? Give feedback.
All reactions