Fabian Höring

Results 33 comments of Fabian Höring

Related tf issue created by @superbobry https://github.com/tensorflow/tensorflow/issues/21492

Discussed again in https://github.com/tensorflow/tensorflow/issues/35383

Does it use the GPU when you run your training code locally ? You can also try to set CUDA_VISIBLE_DEVICES to see if that changes anything. ``` run_on_yarn( env= {"CUDA_VISIBLE_DEVICES...

@cguegi Was this the issue you had or is this issue here still different ? https://github.com/jcrist/skein/pull/224 (It should only apply to a hadoop 3 cluster)

Just saw that 1.14 is in progress https://github.com/migueldeicaza/TensorFlowSharp/pull/449. Nice. But this ticket still applies for 1.15 and 2.0

OK. Thanks. Indeed 2.0 is breaking as for example tf.Session disappears. On my side it is not as important. If there could be one nuget for 1.14 and also one...

OK. Thanks. 1.15 should be fine. I meant this with my comment but except package size it shouldn't change too much. From https://github.com/tensorflow/tensorflow/releases > Release 1.15.0 > As announced, tensorflow...

We isolated all the pex related stuff in a separate repo now https://github.com/criteo/cluster-pack This is still WiP for the moment. We consume this with https://github.com/criteo/tf-yarn and pyspark (currently not open...

It is sad nevertheless to see that many projects bring improvement on one side and other stuff stays broken https://github.com/pypa/pip/issues/6605

>If third-party cookies are blocked, then it is expected that shared storage (and hence sharedStorage.worklet.addModule()) will be blocked. If shared storage is supposed to be an alternative to 3rd party...