Closed jonashen closed 6 years ago
Asynchronous plotting for TensorFlow works perfectly fine on Linux using threading.Thread, but Mac OS X will not display a window, even if threading.Thread is switched to multiprocessing.Process, which is how it was implemented using Theano.
threading.Thread
multiprocessing.Process
See https://github.com/rlworkgroup/garage/issues/3
Asynchronous plotting for TensorFlow works perfectly fine on Linux using
threading.Thread
, but Mac OS X will not display a window, even ifthreading.Thread
is switched tomultiprocessing.Process
, which is how it was implemented using Theano.