Probabilistic-Programming-and-Bayesian-Methods-for-Hackers icon indicating copy to clipboard operation
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers copied to clipboard

GPU/Graph for MCMC sampling on Tensorflow

Open bluesky314 opened this issue 6 years ago • 0 comments

I am using google colab. How to you activate GPU usage for MCMC sampling? I am finding it very slow.

And as building graphs is supposed to be faster than doing in eager exectuion. How do we convert the code of Ch2 example to graph? Can someone please share the code? Would appreciate any tips by the TF team why this is working so slow...

bluesky314 avatar Apr 21 '19 05:04 bluesky314