SIGN IN SIGN UP
tensorflow / models UNCLAIMED

Models and examples built with TensorFlow

0 0 0 Python

Fix bug where data_async_generation.py would freeze. (#4989)

The data_async_generation.py process would print to stderr, but the main process would redirect it's stderr to a pipe. The main process never read from the pipe, so when the pipe was full, data_async_generation.py would stall on a write to stderr. This change makes data_async_generation.py not write to stdout/stderr.
R
Reed committed
58037d2cbfe24fc3d1db9fc74caa396db6475ea5
Parent: 4acdc50
Committed by Taylor Robie <taylorrobie@google.com> on 8/2/2018, 7:51:00 PM