You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, in case of gpu's memory is lack to run,
we catch tensorflow.python.framework.errors.ResourceExhaustedError and do somethigs.
"Somethings" can be 'report resorce exhausted error to executor(maybe worker) through stderr'.
But, we need to discuss about it.