gundramleifert / exp_tf

experimental - first tests with tensorflow
Apache License 2.0
0 stars 0 forks source link

run TF on SLURM cluster #2

Open gundramleifert opened 7 years ago

gundramleifert commented 7 years ago

Challenging task... We want to use TF on SLURM-Cluster - do distribute the TF graph over different nodes is the target.

gundramleifert commented 7 years ago

one link: http://stackoverflow.com/questions/34826736/running-tensorflow-on-a-slurm-cluster

gundramleifert commented 7 years ago

one more... https://github.com/tensorflow/tensorflow/issues/1686

gundramleifert commented 7 years ago

https://www.uibk.ac.at/zid/systeme/hpc-systeme/

gundramleifert commented 7 years ago

https://github.com/tensorflow/tensorflow/issues/3517

ahundt commented 7 years ago

@gundramleifert Have you been able to get this working?

gundramleifert commented 7 years ago

No, I am stucking in a very early point - just distribute on 3 cores it does not scale (only one is calculating). In addition, there are other issues with higher priority. I will inform you, if I have a process here...