Barry Devereux

Results 1 comments of Barry Devereux

Not yet. By the way, the standard checks of the tensorflow install work fine: ``` >>> import tensorflow as tf >>> hello = tf.constant('Hello, TensorFlow!') >>> sess = tf.Session() >>>...