TensorFlow.jl on a cluster

We have a cluster with 64 nodes and two 8-core processors.
Is it possible to use multiple CPUs with TensorFlow.jl using either 16 cores on a single node or multiple nodes ?

Are the corresponding functions from the Python API (or similar) available in TensorFlow.jl?

https://www.tensorflow.org/deploy/distributed

I am using TensorFlow.jl 0.7.5 and Julia 0.6.1 on Linux.

2 Likes