Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers copied to clipboard
GPU/Graph for MCMC sampling on Tensorflow
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...