Thoughts on Distributed Tensor Flow Execution
Introduction Having worked on DNN on a single machine with reasonable GPU compute can still take large network to train for days altogether. There is always the option to use TF on a cluster on cloud environment. I apparently wanted to start with distributing my workload across the GPU and…
Read More