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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: