privacy icon indicating copy to clipboard operation
privacy copied to clipboard

mnist_dpsgd_tutorial_vectorized Training slower on GPU

Open paperblack opened this issue 4 years ago • 0 comments

I'm running the vectorized tutorial (tf-gpu 1.14) and the per epoch training time on GPU (Nvidia Tesla M10) is slower than the non-vectorized implementation:

GPU Vectorized : 203.55 seconds/epoch Non-vectorized : 115 seconds/epoch

I was expecting to see better runtimes on GPU, but I am not sure why it's slower. Any help would be greatly appreciated.

paperblack avatar Aug 10 '20 17:08 paperblack